diff --git a/Cargo.lock b/Cargo.lock index cc53f11..8c80ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2552,7 +2552,7 @@ dependencies = [ [[package]] name = "smartdeploy-cli" -version = "0.4.1" +version = "0.4.2" dependencies = [ "assert_cmd", "assert_fs", @@ -2574,7 +2574,7 @@ dependencies = [ [[package]] name = "smartdeploy-macros" -version = "0.1.5" +version = "0.1.6" dependencies = [ "quote", "smartdeploy-build", @@ -2584,7 +2584,7 @@ dependencies = [ [[package]] name = "smartdeploy-sdk" -version = "0.1.4" +version = "0.1.5" dependencies = [ "smartdeploy-macros", ] diff --git a/contracts/core/Cargo.toml b/contracts/core/Cargo.toml index aeef084..6d02e36 100644 --- a/contracts/core/Cargo.toml +++ b/contracts/core/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] loam-sdk = { workspace = true, features = ["loam-soroban-sdk"] } -smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.4" } +smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.5" } [dev_dependencies] diff --git a/contracts/dev-core/Cargo.toml b/contracts/dev-core/Cargo.toml index b9bd6e9..bf03fc9 100644 --- a/contracts/dev-core/Cargo.toml +++ b/contracts/dev-core/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] loam-sdk = { workspace = true, features = ["loam-soroban-sdk"] } -smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.4" } +smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.5" } [dev_dependencies] diff --git a/crates/smartdeploy-cli/CHANGELOG.md b/crates/smartdeploy-cli/CHANGELOG.md index 380f409..f7b88df 100644 --- a/crates/smartdeploy-cli/CHANGELOG.md +++ b/crates/smartdeploy-cli/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.4.1...smartdeploy-cli-v0.4.2) - 2023-11-29 + +### Fixed +- *(CLI)* allow not passing deploy args ([#33](https://github.com/TENK-DAO/smartdeploy/pull/33)) + +### Other +- update README with cool features ([#31](https://github.com/TENK-DAO/smartdeploy/pull/31)) + ## [0.4.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.4.0...smartdeploy-cli-v0.4.1) - 2023-11-17 ### Added diff --git a/crates/smartdeploy-cli/Cargo.toml b/crates/smartdeploy-cli/Cargo.toml index ff22480..2351103 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.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.70" autobins = false diff --git a/crates/smartdeploy-macros/CHANGELOG.md b/crates/smartdeploy-macros/CHANGELOG.md index 504cd7a..befd3c5 100644 --- a/crates/smartdeploy-macros/CHANGELOG.md +++ b/crates/smartdeploy-macros/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.5...smartdeploy-macros-v0.1.6) - 2023-11-29 + +### Other +- update README with cool features ([#31](https://github.com/TENK-DAO/smartdeploy/pull/31)) + ## [0.1.5](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.4...smartdeploy-macros-v0.1.5) - 2023-11-17 ### Added diff --git a/crates/smartdeploy-macros/Cargo.toml b/crates/smartdeploy-macros/Cargo.toml index af66779..175f984 100644 --- a/crates/smartdeploy-macros/Cargo.toml +++ b/crates/smartdeploy-macros/Cargo.toml @@ -3,7 +3,7 @@ name = "smartdeploy-macros" description = "Smartdeploy macros" readme = "../../README.md" license = "Apache-2.0" -version = "0.1.5" +version = "0.1.6" edition = "2021" rust-version = "1.69" diff --git a/crates/smartdeploy-sdk/CHANGELOG.md b/crates/smartdeploy-sdk/CHANGELOG.md index aefbef0..0d2380a 100644 --- a/crates/smartdeploy-sdk/CHANGELOG.md +++ b/crates/smartdeploy-sdk/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.4...smartdeploy-sdk-v0.1.5) - 2023-11-29 + +### Other +- updated the following local packages: smartdeploy-macros + ## [0.1.4](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.3...smartdeploy-sdk-v0.1.4) - 2023-11-17 ### Other diff --git a/crates/smartdeploy-sdk/Cargo.toml b/crates/smartdeploy-sdk/Cargo.toml index 08f843f..d869d08 100644 --- a/crates/smartdeploy-sdk/Cargo.toml +++ b/crates/smartdeploy-sdk/Cargo.toml @@ -4,7 +4,7 @@ description = "SmartDeploy SDK helps ensure soroban contracts can be redeployed" edition = "2021" readme = "../../README.md" license = "Apache-2.0" -version = "0.1.4" +version = "0.1.5" [lib] crate-type = ["rlib"] @@ -12,4 +12,4 @@ crate-type = ["rlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.5" } +smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.6" }