Skip to content

Commit

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

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

### 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.4.3` 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.4.3&title=0.4.3

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.4.3&title=0.4.3&target=release/v0.4.3

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2023
1 parent 38417ad commit 51e5e6d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 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 @@ -24,15 +24,15 @@ members = [
]

[workspace.package]
version = "0.4.2"
version = "0.4.3"

[workspace.dependencies]
soroban-sdk = { version = "0.4.2", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.4.2", path = "soroban-sdk-macros" }
soroban-auth = { version = "0.4.2", path = "soroban-auth" }
soroban-spec = { version = "0.4.2", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.4.2", path = "soroban-ledger-snapshot" }
soroban-token-spec = { version = "0.4.2", path = "soroban-token-spec" }
soroban-sdk = { version = "0.4.3", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.4.3", path = "soroban-sdk-macros" }
soroban-auth = { version = "0.4.3", path = "soroban-auth" }
soroban-spec = { version = "0.4.3", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.4.3", path = "soroban-ledger-snapshot" }
soroban-token-spec = { version = "0.4.3", path = "soroban-token-spec" }

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

0 comments on commit 51e5e6d

Please sign in to comment.