Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 3.64 KB

Changelog

0.1.3 (2024-07-24)

Chores

Bug Fixes

  • cmd: add sqlite database file path flag (8519b93)

Refactors

  • scripts: change upgrade messages (5c03341)

0.1.2 (2024-07-23)

Bug Fixes

  • add files required by the browser to embed (039c6fa)

0.1.1 (2024-07-23)

Bug Fixes

  • add templ go files to install the cli (4e063c5)
  • makefile: add no clean directory required to release in ci (e559dc4)

0.1.0 (2024-07-23)

Chores

  • assets: add icons (6d58885)
  • ignore: add regexp for databases (5e08061)
  • makefile: add section for tooling installation (64fcd2a)

Documentation

  • readme: add project description (bf957b8)

New Features

  • app: add discord bot (dbdfd64)
  • app: add fiber server (5472445)
  • context: add initial domain and application layers (085dbb7)
  • infrastructure: add mongo user repository adapter (663d8f7)
  • infrastructure: add mysql user repository adapter (ac98c1d)
  • infrastructure: add sqlite user repository adapter (451bcdf)
  • logger: add colored outputs (e0697ef)

Refactors

  • add internal folder to manage apps and services (6203862)
  • change error messages (eb5ba63)
  • context: reduce modules (fc234e1)
  • infrastructure: reuse user table in sql databases (fd7c0df)
  • rename envs (958d154)

0.0.1-alpha.0 (2024-06-27)

Chores

Refactors