Skip to content

Commit

Permalink
Merge pull request #135 from Phoenix-Protocol-Group/soroban-sdk/proto…
Browse files Browse the repository at this point in the history
…col-20

Upgrade to version 0.6.0; Soroban sdk/protocol 20
  • Loading branch information
ueco-jb authored Sep 20, 2023
2 parents a94564b + 98bd9a3 commit e7e563f
Show file tree
Hide file tree
Showing 21 changed files with 396 additions and 718 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.71.0]
rust-version: [1.72.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.71.0]
rust-version: [1.72.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.71.0]
rust-version: [1.72.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust-version: [1.71.0]
rust-version: [1.72.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.71.0]
rust-version: [1.72.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to

## [Unreleased]

## [0.6.0] - 2023-09-20

## Added

- Stake: Create new distribution structure for staking rewards flow ([#83])
Expand Down Expand Up @@ -150,7 +152,8 @@ and this project adheres to
[#19]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/19
[#24]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/24

[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.5.0...HEAD
[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.2.7...v0.3.1
Expand Down
Loading

0 comments on commit e7e563f

Please sign in to comment.