Skip to content

Commit

Permalink
Bump version to 0.9.0 (#1024)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2023
1 parent 0a05402 commit b8c75c9
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
72 changes: 36 additions & 36 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 @@ -27,40 +27,40 @@ members = [
]

[workspace.package]
version = "0.8.4"
version = "0.9.0"

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

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

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

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

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

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

#[patch."https://github.com/stellar/rs-soroban-env"]
Expand Down
2 changes: 1 addition & 1 deletion soroban-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[build_dependencies]
rustc_version = "0.4.0"
crate-git-revision = "0.0.4"
crate-git-revision = "0.0.6"

[dependencies]
soroban-spec = { workspace = true }
Expand Down

0 comments on commit b8c75c9

Please sign in to comment.