Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastean committed Aug 30, 2024
1 parent 5e170f0 commit b4de726
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.1.0](https://github.com/bastean/tgo/compare/v0.0.1-alpha.0...v0.1.0) (2024-08-30)

### Chores

- **deps:** upgrade ([5e170f0](https://github.com/bastean/tgo/commit/5e170f006938c6d76e9dffd4a481a58bf3fd0a63))

### Documentation

- **readme:** add project description ([6fa9d46](https://github.com/bastean/tgo/commit/6fa9d46f3484baffe8089aef9756213d75e071af))

### New Features

- **application:** add use cases ([3b3ef0e](https://github.com/bastean/tgo/commit/3b3ef0e767336e78c654df97601d0158121bd4d2))
- **domain:** add business logic ([9e186c0](https://github.com/bastean/tgo/commit/9e186c09a960a7e30ce031d20050e4c5f92cf4fe))
- **infrastructure:** add cassandra repository adapter ([74beb60](https://github.com/bastean/tgo/commit/74beb60e074084ee3e992f6f82e5c836f37f8541))
- **infrastructure:** add coingecko market adapter ([8b598c4](https://github.com/bastean/tgo/commit/8b598c4a9f2c495bd77ffcdd923267bc1523fb0d))
- **presentation:** add cli flags ([b3d0349](https://github.com/bastean/tgo/commit/b3d0349cfc90187b8cf72b008f7031d1935bb5b7))
- **presentation:** add echo server ([24b6a98](https://github.com/bastean/tgo/commit/24b6a98ac6639a94302fd18680bc52821041ff50))
- **presentation:** add files required to use the standalone binary ([beaa7da](https://github.com/bastean/tgo/commit/beaa7da45bfe30879f864a23ff0002629023aaad))
- **presentation:** add services ([ba62be2](https://github.com/bastean/tgo/commit/ba62be25652a3a48f13079c6664ba85039e55152))
- **presentation:** add telegram bot ([4bba92e](https://github.com/bastean/tgo/commit/4bba92edcbbbd3b9fb0584f28a12976b759926fa))

### Bug Fixes

- **presentation:** change price printing in telegram bot ([0350110](https://github.com/bastean/tgo/commit/03501104ae1dfc70c011ce145d3894b61d148a24))

### Refactors

- **domain:** rename aggregate coins to portfolio ([51b5d89](https://github.com/bastean/tgo/commit/51b5d8999544f43ee29d81b3d11c0750b17bb996))
- **domain:** rename save to create in user repository ([66f014d](https://github.com/bastean/tgo/commit/66f014dc3d04f383b0bf287f2becbd67acbf27a0))
- **presentation:** add currency in portfolio review ([eeaf888](https://github.com/bastean/tgo/commit/eeaf888305f684df852320eaa57a4bbf6949a4bb))
- **presentation:** wrap third-party errors on the server ([e3ed482](https://github.com/bastean/tgo/commit/e3ed482f79931fe59218d2cf083913d99c618b65))

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

### Chores
Expand Down
2 changes: 1 addition & 1 deletion internal/app/server/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tGO",
"short_name": "tGO",
"version": "0.0.1-alpha.0",
"version": "0.1.0",
"description": "tGO",
"author": "Bastean <[email protected]>",
"homepage_url": "https://github.com/bastean/tgo#readme",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tgo",
"version": "0.0.1-alpha.0",
"version": "0.1.0",
"description": "tGO",
"author": "Bastean <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b4de726

Please sign in to comment.