Skip to content

Releases: bastean/dsgo

v0.1.3

24 Jul 03:26
v0.1.3
a6e585c
Compare
Choose a tag to compare

0.1.3 (2024-07-24)

Chores

Bug Fixes

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

Refactors

  • scripts: change upgrade messages (5c03341)

v0.1.2

23 Jul 07:31
v0.1.2
2a1cd98
Compare
Choose a tag to compare

0.1.2 (2024-07-23)

Bug Fixes

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

v0.1.1

23 Jul 07:01
v0.1.1
f9221bb
Compare
Choose a tag to compare

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)

v0.1.0

23 Jul 05:35
v0.1.0
2a0ba6f
Compare
Choose a tag to compare

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)

v0.0.1-alpha.0

27 Jun 03:08
v0.0.1-alpha.0
22a2740
Compare
Choose a tag to compare
v0.0.1-alpha.0 Pre-release
Pre-release

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

Chores

Refactors