Skip to content

Commit

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

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

### 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.3.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-sdk/releases/new?tag=v20.3.2&title=20.3.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-sdk/releases/new?tag=v20.3.2&title=20.3.2&target=release/v20.3.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 13, 2024
1 parent fda632c commit 1d7f9bd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ members = [
]

[workspace.package]
version = "20.3.1"
version = "20.3.2"
rust-version = "1.74.0"

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

[workspace.dependencies.soroban-env-common]
version = "=20.2.2"
Expand Down

0 comments on commit 1d7f9bd

Please sign in to comment.