Skip to content

Commit 8abd335

Browse files
Bump version to 0.7.0 (#898)
### What Bump version to 0.7.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/4493311930. ### 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.7.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.7.0&title=0.7.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.7.0&title=0.7.0&target=release/v0.7.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent 9947607 commit 8abd335

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 31 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
@@ -24,39 +24,39 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.6.0"
27+
version = "0.7.0"
2828

2929
[workspace.dependencies]
30-
soroban-sdk = { version = "0.6.0", path = "soroban-sdk" }
31-
soroban-sdk-macros = { version = "0.6.0", path = "soroban-sdk-macros" }
32-
soroban-auth = { version = "0.6.0", path = "soroban-auth" }
33-
soroban-spec = { version = "0.6.0", path = "soroban-spec" }
34-
soroban-ledger-snapshot = { version = "0.6.0", path = "soroban-ledger-snapshot" }
35-
soroban-token-spec = { version = "0.6.0", path = "soroban-token-spec" }
30+
soroban-sdk = { version = "0.7.0", path = "soroban-sdk" }
31+
soroban-sdk-macros = { version = "0.7.0", path = "soroban-sdk-macros" }
32+
soroban-auth = { version = "0.7.0", path = "soroban-auth" }
33+
soroban-spec = { version = "0.7.0", path = "soroban-spec" }
34+
soroban-ledger-snapshot = { version = "0.7.0", path = "soroban-ledger-snapshot" }
35+
soroban-token-spec = { version = "0.7.0", path = "soroban-token-spec" }
3636

3737
[workspace.dependencies.soroban-env-common]
38-
version = "0.0.14"
38+
version = "0.0.15"
3939
git = "https://github.com/stellar/rs-soroban-env"
40-
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
40+
rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf"
4141

4242
[workspace.dependencies.soroban-env-guest]
43-
version = "0.0.14"
43+
version = "0.0.15"
4444
git = "https://github.com/stellar/rs-soroban-env"
45-
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
45+
rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf"
4646

4747
[workspace.dependencies.soroban-env-host]
48-
version = "0.0.14"
48+
version = "0.0.15"
4949
git = "https://github.com/stellar/rs-soroban-env"
50-
rev = "75b21696b0636bd145b7acb47a6fed4621b05978"
50+
rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf"
5151

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

5656
[workspace.dependencies.stellar-xdr]
57-
version = "0.0.14"
57+
version = "0.0.15"
5858
git = "https://github.com/stellar/rs-stellar-xdr"
59-
rev = "07aff1190dc3f97b889d31b2bfb77098e7db55ce"
59+
rev = "4655b635c698bb3bbc628bdba456df627c42ee3a"
6060
default-features = false
6161

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

0 commit comments

Comments
 (0)