Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: smartdeploy-deployer[bot] <143835249+smartdeploy-deployer[bot]@users.noreply.github.com>
  • Loading branch information
smartdeploy-deployer[bot] committed Nov 29, 2023
1 parent 3bf1ebe commit fb195e3
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion contracts/dev-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 8 additions & 0 deletions crates/smartdeploy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/smartdeploy-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Smartdeploy CLI"
authors = ["Willem Wyndham <[email protected]>"]
license = "Apache-2.0"
readme = "../../README.md"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
5 changes: 5 additions & 0 deletions crates/smartdeploy-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/smartdeploy-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 5 additions & 0 deletions crates/smartdeploy-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/smartdeploy-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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"]

# 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" }

0 comments on commit fb195e3

Please sign in to comment.