stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 40 forks source link

Bump version to 20.0.1 #1304

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

What

Bump version to 20.0.1, creating release branch.

Why

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

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.0.1 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.0.1&title=20.0.1

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.0.1&title=20.0.1&target=release/v20.0.1

leighmcculloch commented 8 months ago

The publish dry run job is broken, in the same way it was broken for v20.0.0, so I'm ignoring it and moving forward.

leighmcculloch commented 8 months ago

This branch at commit 79df2fd852c05739bc2a85b7feef3510d5aaed81 has been released as v20.0.1. I'm going to merge this PR to main because it should merge cleanly without needing to introduce any changes into the PR that weren't released. Normally this isn't possible with patch releases because they normally wouldn't merge cleanly and would require modifying the PR to include changes not released in the patch, but in this case it's okay.