Skip to content

Commit bb7d186

Browse files
Bump version to 0.6.0 (#865)
### What Bump version to 0.6.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/4176527290. ### 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.6.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.6.0&title=0.6.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.6.0&title=0.6.0&target=release/v0.6.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
1 parent b676bc2 commit bb7d186

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.5.0"
27+
version = "0.6.0"
2828

2929
[workspace.dependencies]
30-
soroban-sdk = { version = "0.5.0", path = "soroban-sdk" }
31-
soroban-sdk-macros = { version = "0.5.0", path = "soroban-sdk-macros" }
32-
soroban-auth = { version = "0.5.0", path = "soroban-auth" }
33-
soroban-spec = { version = "0.5.0", path = "soroban-spec" }
34-
soroban-ledger-snapshot = { version = "0.5.0", path = "soroban-ledger-snapshot" }
35-
soroban-token-spec = { version = "0.5.0", path = "soroban-token-spec" }
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" }
3636

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

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

4747
[workspace.dependencies.soroban-env-host]
48-
version = "0.0.13"
48+
version = "0.0.14"
4949
git = "https://github.com/stellar/rs-soroban-env"
50-
rev = "a82cd119b921cc00e5985428238c6cf12108c8cd"
50+
rev = "d06aaddca61f011cc64ec098b464233423197c3a"
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.13"
57+
version = "0.0.14"
5858
git = "https://github.com/stellar/rs-stellar-xdr"
59-
rev = "bd9deaf09fe86bd287d21527651b240e90c320b5"
59+
rev = "55f47d302a3bbcd34cf32bfcd28abccfaeffc5e0"
6060
default-features = false
6161

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

0 commit comments

Comments
 (0)