From c6b5d3a7ab3ec28f47edaf22c26081984d8f2a97 Mon Sep 17 00:00:00 2001 From: "smartdeploy-deployer[bot]" <143835249+smartdeploy-deployer[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:39:20 +0000 Subject: [PATCH] chore: release Signed-off-by: smartdeploy-deployer[bot] <143835249+smartdeploy-deployer[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- contracts/core/Cargo.toml | 2 +- contracts/dev-core/Cargo.toml | 2 +- crates/smartdeploy-sdk/CHANGELOG.md | 5 +++++ crates/smartdeploy-sdk/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee7b9a1..2a8f9a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2569,7 +2569,7 @@ dependencies = [ [[package]] name = "smartdeploy-sdk" -version = "0.1.2" +version = "0.1.3" dependencies = [ "smartdeploy-macros", ] diff --git a/contracts/core/Cargo.toml b/contracts/core/Cargo.toml index ef843d6..2471efa 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.2" } +smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.3" } [dev_dependencies] diff --git a/contracts/dev-core/Cargo.toml b/contracts/dev-core/Cargo.toml index b18656c..24d1ef7 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.2" } +smartdeploy-sdk = { path = "../../crates/smartdeploy-sdk", version = "0.1.3" } [dev_dependencies] diff --git a/crates/smartdeploy-sdk/CHANGELOG.md b/crates/smartdeploy-sdk/CHANGELOG.md index baf6ef9..9c8fb1b 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.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 diff --git a/crates/smartdeploy-sdk/Cargo.toml b/crates/smartdeploy-sdk/Cargo.toml index afdba0f..420467f 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.2" +version = "0.1.3" [lib] crate-type = ["rlib"]