Skip to content

Releases: bastean/tgo

v0.1.0

30 Aug 11:37
v0.1.0
b4de726
Compare
Choose a tag to compare

0.1.0 (2024-08-30)

Chores

Documentation

  • readme: add project description (6fa9d46)

New Features

  • application: add use cases (3b3ef0e)
  • domain: add business logic (9e186c0)
  • infrastructure: add cassandra repository adapter (74beb60)
  • infrastructure: add coingecko market adapter (8b598c4)
  • presentation: add cli flags (b3d0349)
  • presentation: add echo server (24b6a98)
  • presentation: add files required to use the standalone binary (beaa7da)
  • presentation: add services (ba62be2)
  • presentation: add telegram bot (4bba92e)

Bug Fixes

  • presentation: change price printing in telegram bot (0350110)

Refactors

  • domain: rename aggregate coins to portfolio (51b5d89)
  • domain: rename save to create in user repository (66f014d)
  • presentation: add currency in portfolio review (eeaf888)
  • presentation: wrap third-party errors on the server (e3ed482)

v0.0.1-alpha.0

04 Aug 22:16
v0.0.1-alpha.0
39f8402
Compare
Choose a tag to compare
v0.0.1-alpha.0 Pre-release
Pre-release

0.0.1-alpha.0 (2024-08-04)

Chores

Styles