From b4de7265a1b777426bab10453036414b13e5b383 Mon Sep 17 00:00:00 2001 From: "Bastean[Bot]" Date: Fri, 30 Aug 2024 11:37:42 +0000 Subject: [PATCH] chore(release): v0.1.0 --- CHANGELOG.md | 33 ++++++++++++++++++++++++ internal/app/server/static/manifest.json | 2 +- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae623d..5dd7002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/internal/app/server/static/manifest.json b/internal/app/server/static/manifest.json index 99a6c87..76e860b 100644 --- a/internal/app/server/static/manifest.json +++ b/internal/app/server/static/manifest.json @@ -1,7 +1,7 @@ { "name": "tGO", "short_name": "tGO", - "version": "0.0.1-alpha.0", + "version": "0.1.0", "description": "tGO", "author": "Bastean ", "homepage_url": "https://github.com/bastean/tgo#readme", diff --git a/package-lock.json b/package-lock.json index 8413d58..702b9e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tgo", - "version": "0.0.1-alpha.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tgo", - "version": "0.0.1-alpha.0", + "version": "0.1.0", "license": "MIT", "workspaces": [ "internal/app/*" diff --git a/package.json b/package.json index da7ea3f..8b1c6c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "tgo", - "version": "0.0.1-alpha.0", + "version": "0.1.0", "description": "tGO", "author": "Bastean ", "license": "MIT",