Skip to content

Commit

Permalink
Bump version to 20.0.0 (#1183)
Browse files Browse the repository at this point in the history
### What
Bump version to 20.0.0, creating release branch.

### Why
Triggered by @graydon in
https://github.com/stellar/rs-soroban-sdk/actions/runs/7091867511.

### What is next

See the release instructions for a full rundown on the release process:
https://github.com/stellar/actions/blob/main/README-rust-release.md

Commit any changes to the `release/v20.0.0` branch that are needed in
this release.

If this is a regular release releasing from `main`, merge this PR when
ready, and after merging, create a release for this version by going to
this link:
https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v20.0.0&title=20.0.0

If this is a backport or patch release of a past version, see the
release instructions. When ready to release this branch create a release
by going to this link:

https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v20.0.0&title=20.0.0&target=release/v20.0.0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Graydon Hoare <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent 4f09626 commit 822ce6c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
71 changes: 36 additions & 35 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,38 @@ members = [
]

[workspace.package]
version = "20.0.0-rc2"
version = "20.0.0"

[workspace.dependencies]
soroban-sdk = { version = "20.0.0-rc2", path = "soroban-sdk" }
soroban-sdk-macros = { version = "20.0.0-rc2", path = "soroban-sdk-macros" }
soroban-spec = { version = "20.0.0-rc2", path = "soroban-spec" }
soroban-spec-rust = { version = "20.0.0-rc2", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "20.0.0-rc2", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "20.0.0-rc2", path = "soroban-token-sdk" }
soroban-sdk = { version = "20.0.0", path = "soroban-sdk" }
soroban-sdk-macros = { version = "20.0.0", path = "soroban-sdk-macros" }
soroban-spec = { version = "20.0.0", path = "soroban-spec" }
soroban-spec-rust = { version = "20.0.0", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "20.0.0", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "20.0.0", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=20.0.0-rc2"
version = "=20.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"

[workspace.dependencies.soroban-env-guest]
version = "=20.0.0-rc2"
version = "=20.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"

[workspace.dependencies.soroban-env-host]
version = "=20.0.0-rc2"
version = "=20.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "4aee9508153688ef984628a43dba7d9e276a0cd1"
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"

[workspace.dependencies.stellar-strkey]
version = "=0.0.8"

[workspace.dependencies.stellar-xdr]
version = "=20.0.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "24dd3c1b9fada6e2b28e8456a915adc212d6c47e"
# git = "https://github.com/stellar/rs-stellar-xdr"
# rev = "24dd3c1b9fada6e2b28e8456a915adc212d6c47e"
default-features = false
features = ["curr"]

Expand Down

0 comments on commit 822ce6c

Please sign in to comment.