File tree Expand file tree Collapse file tree 9 files changed +27
-9
lines changed Expand file tree Collapse file tree 9 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ doctest = false
1313
1414[dependencies ]
1515loam-sdk = { workspace = true , features = [" loam-soroban-sdk" ] }
16- smartdeploy-sdk = { path = " ../../crates/smartdeploy-sdk" , version = " 0.1.4 " }
16+ smartdeploy-sdk = { path = " ../../crates/smartdeploy-sdk" , version = " 0.1.5 " }
1717
1818
1919[dev_dependencies ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ doctest = false
1313
1414[dependencies ]
1515loam-sdk = { workspace = true , features = [" loam-soroban-sdk" ] }
16- smartdeploy-sdk = { path = " ../../crates/smartdeploy-sdk" , version = " 0.1.4 " }
16+ smartdeploy-sdk = { path = " ../../crates/smartdeploy-sdk" , version = " 0.1.5 " }
1717
1818
1919[dev_dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.4.2] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.4.1...smartdeploy-cli-v0.4.2 ) - 2023-11-29
10+
11+ ### Fixed
12+ - * (CLI)* allow not passing deploy args ([ #33 ] ( https://github.com/TENK-DAO/smartdeploy/pull/33 ) )
13+
14+ ### Other
15+ - update README with cool features ([ #31 ] ( https://github.com/TENK-DAO/smartdeploy/pull/31 ) )
16+
917## [ 0.4.1] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.4.0...smartdeploy-cli-v0.4.1 ) - 2023-11-17
1018
1119### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Smartdeploy CLI"
44authors = [
" Willem Wyndham <[email protected] >" ]
55license = " Apache-2.0"
66readme = " ../../README.md"
7- version = " 0.4.1 "
7+ version = " 0.4.2 "
88edition = " 2021"
99rust-version = " 1.70"
1010autobins = false
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.6] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.5...smartdeploy-macros-v0.1.6 ) - 2023-11-29
10+
11+ ### Other
12+ - update README with cool features ([ #31 ] ( https://github.com/TENK-DAO/smartdeploy/pull/31 ) )
13+
914## [ 0.1.5] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.4...smartdeploy-macros-v0.1.5 ) - 2023-11-17
1015
1116### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "smartdeploy-macros"
33description = " Smartdeploy macros"
44readme = " ../../README.md"
55license = " Apache-2.0"
6- version = " 0.1.5 "
6+ version = " 0.1.6 "
77edition = " 2021"
88rust-version = " 1.69"
99
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.5] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.4...smartdeploy-sdk-v0.1.5 ) - 2023-11-29
10+
11+ ### Other
12+ - updated the following local packages: smartdeploy-macros
13+
914## [ 0.1.4] ( https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.3...smartdeploy-sdk-v0.1.4 ) - 2023-11-17
1015
1116### Other
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description = "SmartDeploy SDK helps ensure soroban contracts can be redeployed"
44edition = " 2021"
55readme = " ../../README.md"
66license = " Apache-2.0"
7- version = " 0.1.4 "
7+ version = " 0.1.5 "
88
99[lib ]
1010crate-type = [" rlib" ]
1111
1212# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
1414[dependencies ]
15- smartdeploy-macros = { path = " ../smartdeploy-macros" , version = " 0.1.5 " }
15+ smartdeploy-macros = { path = " ../smartdeploy-macros" , version = " 0.1.6 " }
You can’t perform that action at this time.
0 commit comments