Skip to content

Commit b8c75c9

Browse files
Bump version to 0.9.0 (#1024)
### What Bump version to 0.9.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/5392766953. ### 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/v0.9.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=v0.9.0&title=0.9.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=v0.9.0&title=0.9.0&target=release/v0.9.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent 0a05402 commit b8c75c9

3 files changed

Lines changed: 52 additions & 52 deletions

File tree

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,40 +27,40 @@ members = [
2727
]
2828

2929
[workspace.package]
30-
version = "0.8.4"
30+
version = "0.9.0"
3131

3232
[workspace.dependencies]
33-
soroban-sdk = { version = "0.8.4", path = "soroban-sdk" }
34-
soroban-sdk-macros = { version = "0.8.4", path = "soroban-sdk-macros" }
35-
soroban-spec = { version = "0.8.4", path = "soroban-spec" }
36-
soroban-spec-rust = { version = "0.8.4", path = "soroban-spec-rust" }
37-
soroban-ledger-snapshot = { version = "0.8.4", path = "soroban-ledger-snapshot" }
38-
soroban-token-sdk = { version = "0.8.4", path = "soroban-token-sdk" }
33+
soroban-sdk = { version = "0.9.0", path = "soroban-sdk" }
34+
soroban-sdk-macros = { version = "0.9.0", path = "soroban-sdk-macros" }
35+
soroban-spec = { version = "0.9.0", path = "soroban-spec" }
36+
soroban-spec-rust = { version = "0.9.0", path = "soroban-spec-rust" }
37+
soroban-ledger-snapshot = { version = "0.9.0", path = "soroban-ledger-snapshot" }
38+
soroban-token-sdk = { version = "0.9.0", path = "soroban-token-sdk" }
3939

4040
[workspace.dependencies.soroban-env-common]
41-
version = "0.0.16"
41+
version = "0.0.17"
4242
git = "https://github.com/stellar/rs-soroban-env"
43-
rev = "7ed0c2903049092b70e6e4f366e70e677ce134ea"
43+
rev = "400d806387140553e4e685d232deb3a807ec0e36"
4444

4545
[workspace.dependencies.soroban-env-guest]
46-
version = "0.0.16"
46+
version = "0.0.17"
4747
git = "https://github.com/stellar/rs-soroban-env"
48-
rev = "7ed0c2903049092b70e6e4f366e70e677ce134ea"
48+
rev = "400d806387140553e4e685d232deb3a807ec0e36"
4949

5050
[workspace.dependencies.soroban-env-host]
51-
version = "0.0.16"
51+
version = "0.0.17"
5252
git = "https://github.com/stellar/rs-soroban-env"
53-
rev = "7ed0c2903049092b70e6e4f366e70e677ce134ea"
53+
rev = "400d806387140553e4e685d232deb3a807ec0e36"
5454

5555
[workspace.dependencies.stellar-strkey]
5656
version = "0.0.7"
5757
git = "https://github.com/stellar/rs-stellar-strkey"
5858
rev = "e6ba45c60c16de28c7522586b80ed0150157df73"
5959

6060
[workspace.dependencies.stellar-xdr]
61-
version = "0.0.16"
61+
version = "0.0.17"
6262
git = "https://github.com/stellar/rs-stellar-xdr"
63-
rev = "6750a11325a7c4eed1e79372d136106e5bfecaff"
63+
rev = "0f16673441898162c9996da6117be2280ef8fd84"
6464
default-features = false
6565

6666
#[patch."https://github.com/stellar/rs-soroban-env"]

soroban-sdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616

1717
[build_dependencies]
1818
rustc_version = "0.4.0"
19-
crate-git-revision = "0.0.4"
19+
crate-git-revision = "0.0.6"
2020

2121
[dependencies]
2222
soroban-spec = { workspace = true }

0 commit comments

Comments
 (0)