Skip to content

Commit eae32df

Browse files
chore: release
Signed-off-by: smartdeploy-deployer[bot] <143835249+smartdeploy-deployer[bot]@users.noreply.github.com>
1 parent 3bf1ebe commit eae32df

File tree

9 files changed

+27
-9
lines changed

9 files changed

+27
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
loam-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]

contracts/dev-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
loam-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]

crates/smartdeploy-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/smartdeploy-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Smartdeploy CLI"
44
authors = ["Willem Wyndham <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "../../README.md"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
edition = "2021"
99
rust-version = "1.70"
1010
autobins = false

crates/smartdeploy-macros/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/smartdeploy-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "smartdeploy-macros"
33
description = "Smartdeploy macros"
44
readme = "../../README.md"
55
license = "Apache-2.0"
6-
version = "0.1.5"
6+
version = "0.1.6"
77
edition = "2021"
88
rust-version = "1.69"
99

crates/smartdeploy-sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/smartdeploy-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description = "SmartDeploy SDK helps ensure soroban contracts can be redeployed"
44
edition = "2021"
55
readme = "../../README.md"
66
license = "Apache-2.0"
7-
version = "0.1.4"
7+
version = "0.1.5"
88

99
[lib]
1010
crate-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" }

0 commit comments

Comments
 (0)