diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 381a5ac27..d5c4d01f8 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -49,11 +49,14 @@ jobs: updateFile: true - name: Bump coordinator Cargo.toml version - uses: ciiiii/toml-editor@1.0.0 + uses: stellar/binaries@v13 with: - file: "coordinator/Cargo.toml" - key: "package.version" - value: ${{ github.event.inputs.version }} + name: cargo-edit + version: 0.11.6 + - id: set-version + continue-on-error: true + run: | + cargo set-version --package coordinator ${{ github.event.inputs.version }} - name: Commit changelog and manifest files id: make-commit diff --git a/CHANGELOG.md b/CHANGELOG.md index ea89a5894..72fea5dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2024-01-23 + - Chore: move telegram link into toplevel of settings so that it can be found easier - Feat: update coordinator API to show more details on pending channel balance - Feat: show dlc-channel balance instead of ln-balance in app and in coordinator's API @@ -263,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Self-Custodial CFD Trading based on DLC and lightning -[Unreleased]: https://github.com/get10101/10101/compare/1.7.4...HEAD +[Unreleased]: https://github.com/get10101/10101/compare/1.8.0...HEAD +[1.8.0]: https://github.com/get10101/10101/compare/1.7.4...1.8.0 [1.7.4]: https://github.com/get10101/10101/compare/1.7.3...1.7.4 [1.7.3]: https://github.com/get10101/10101/compare/1.7.2...1.7.3 [1.7.2]: https://github.com/get10101/10101/compare/1.7.1...1.7.2 diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 24efed28f..7b188080f 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coordinator" -version = "1.7.4" +version = "1.8.0" edition = "2021" [dependencies] diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index e3db25211..4e088bee0 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -1,7 +1,7 @@ name: get_10101 description: 10101 combines the power of a self-custodial on-chain and off-chain wallet with the vast world of trading. publish_to: none -version: 1.7.4 +version: 1.8.0 environment: sdk: '>=3.1.2 <4.0.0' dependencies: