Skip to content

Commit 090f5c8

Browse files
Bump version to 0.8.0 (#936)
### What Bump version to 0.8.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/4887229408. ### 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.8.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.8.0&title=0.8.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.8.0&title=0.8.0&target=release/v0.8.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent ba764f3 commit 090f5c8

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 32 additions & 32 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
@@ -25,39 +25,39 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.7.0"
28+
version = "0.8.0"
2929

3030
[workspace.dependencies]
31-
soroban-sdk = { version = "0.7.0", path = "soroban-sdk" }
32-
soroban-sdk-macros = { version = "0.7.0", path = "soroban-sdk-macros" }
33-
soroban-auth = { version = "0.7.0", path = "soroban-auth" }
34-
soroban-spec = { version = "0.7.0", path = "soroban-spec" }
35-
soroban-ledger-snapshot = { version = "0.7.0", path = "soroban-ledger-snapshot" }
36-
soroban-token-sdk = { version = "0.7.0", path = "soroban-token-sdk" }
31+
soroban-sdk = { version = "0.8.0", path = "soroban-sdk" }
32+
soroban-sdk-macros = { version = "0.8.0", path = "soroban-sdk-macros" }
33+
soroban-auth = { version = "0.8.0", path = "soroban-auth" }
34+
soroban-spec = { version = "0.8.0", path = "soroban-spec" }
35+
soroban-ledger-snapshot = { version = "0.8.0", path = "soroban-ledger-snapshot" }
36+
soroban-token-sdk = { version = "0.8.0", path = "soroban-token-sdk" }
3737

3838
[workspace.dependencies.soroban-env-common]
39-
version = "0.0.15"
39+
version = "0.0.16"
4040
git = "https://github.com/stellar/rs-soroban-env"
41-
rev = "b5858ea645558da7bc865e80f47df16570552395"
41+
rev = "0c0cae6fa22b751e7fd95d7ce7556ac6d7b7010e"
4242

4343
[workspace.dependencies.soroban-env-guest]
44-
version = "0.0.15"
44+
version = "0.0.16"
4545
git = "https://github.com/stellar/rs-soroban-env"
46-
rev = "b5858ea645558da7bc865e80f47df16570552395"
46+
rev = "0c0cae6fa22b751e7fd95d7ce7556ac6d7b7010e"
4747

4848
[workspace.dependencies.soroban-env-host]
49-
version = "0.0.15"
49+
version = "0.0.16"
5050
git = "https://github.com/stellar/rs-soroban-env"
51-
rev = "b5858ea645558da7bc865e80f47df16570552395"
51+
rev = "0c0cae6fa22b751e7fd95d7ce7556ac6d7b7010e"
5252

5353
[workspace.dependencies.stellar-strkey]
5454
version = "0.0.7"
5555
git = "https://github.com/stellar/rs-stellar-strkey"
5656

5757
[workspace.dependencies.stellar-xdr]
58-
version = "0.0.15"
58+
version = "0.0.16"
5959
git = "https://github.com/stellar/rs-stellar-xdr"
60-
rev = "6de4f094bbc6d866b51926895829160d91a1dbc5"
60+
rev = "53e1a9cf2335aff29305c72deb6f075e78915dad"
6161
default-features = false
6262

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

0 commit comments

Comments
 (0)