diff --git a/Cargo.lock b/Cargo.lock index 96ee6b4..cdc4064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2497,7 +2497,7 @@ dependencies = [ [[package]] name = "smartdeploy-cli" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/crates/smartdeploy-cli/CHANGELOG.md b/crates/smartdeploy-cli/CHANGELOG.md index 3d4d94c..8650e18 100644 --- a/crates/smartdeploy-cli/CHANGELOG.md +++ b/crates/smartdeploy-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.5.0...smartdeploy-cli-v0.5.1) - 2024-05-21 + +### Other +- Update soroban-cli v20.2.0 + ## [0.5.0](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.4.2...smartdeploy-cli-v0.5.0) - 2024-01-09 ### Added diff --git a/crates/smartdeploy-cli/Cargo.toml b/crates/smartdeploy-cli/Cargo.toml index 7244264..300393c 100644 --- a/crates/smartdeploy-cli/Cargo.toml +++ b/crates/smartdeploy-cli/Cargo.toml @@ -4,7 +4,7 @@ description = "Smartdeploy CLI" authors = ["Willem Wyndham "] license = "Apache-2.0" readme = "../../README.md" -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.70" autobins = false