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 4, 2023
1 parent 4cc668b commit c6b5d3a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.2" }
smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.3" }


[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.2" }
smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.3" }


[dev_dependencies]
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.3](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.2...smartdeploy-sdk-v0.1.3) - 2023-11-04

### Other
- release

## [0.1.2](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-sdk-v0.1.1...smartdeploy-sdk-v0.1.2) - 2023-10-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/smartdeploy-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
version = "0.1.3"

[lib]
crate-type = ["rlib"]
Expand Down

0 comments on commit c6b5d3a

Please sign in to comment.