Skip to content

Commit

Permalink
Bump version to 20.2.2 (#1347)
Browse files Browse the repository at this point in the history
### What
Bump version to 20.2.2, creating release branch.

### Why
Triggered by @leighmcculloch in
https://github.com/stellar/rs-soroban-env/actions/runs/7884655609.

### 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/v20.2.2` 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-env/releases/new?tag=v20.2.2&title=20.2.2

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-env/releases/new?tag=v20.2.2&title=20.2.2&target=release/v20.2.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 13, 2024
1 parent 1999a9c commit f035dda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ members = [
exclude = ["soroban-test-wasms/wasm-workspace"]

[workspace.package]
version = "20.2.1"
version = "20.2.2"
rust-version = "1.74.0"

[workspace.dependencies]
soroban-env-common = { version = "=20.2.1", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "=20.2.1", path = "soroban-env-guest" }
soroban-env-host = { version = "=20.2.1", path = "soroban-env-host" }
soroban-env-macros = { version = "=20.2.1", path = "soroban-env-macros" }
soroban-builtin-sdk-macros = { version = "=20.2.1", path = "soroban-builtin-sdk-macros" }
soroban-env-common = { version = "=20.2.2", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "=20.2.2", path = "soroban-env-guest" }
soroban-env-host = { version = "=20.2.2", path = "soroban-env-host" }
soroban-env-macros = { version = "=20.2.2", path = "soroban-env-macros" }
soroban-builtin-sdk-macros = { version = "=20.2.2", path = "soroban-builtin-sdk-macros" }

# NB: When updating, also update the version in rs-soroban-env dev-dependencies
[workspace.dependencies.stellar-xdr]
Expand Down

0 comments on commit f035dda

Please sign in to comment.