Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: release-plz <[email protected]>
  • Loading branch information
release-plz committed Sep 24, 2023
1 parent dbe20d7 commit 3520d88
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions contracts/core/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.1](https://github.com/TENK-DAO/smartdeploy/compare/core-riff-v0.1.0...core-riff-v0.1.1) - 2023-09-24

### Other
- release ([#16](https://github.com/TENK-DAO/smartdeploy/pull/16))

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/core-riff-v0.1.0) - 2023-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion contracts/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "core-riff"
description = "Example of Redeployable Contract"
version = "0.1.0"
version = "0.1.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion contracts/smartdeploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
[dependencies]
loam-sdk = { workspace = true }
loam-sdk-core-riff = { workspace = true }
core-riff = { path = "../core", version = "0.1.0" }
core-riff = { path = "../core", version = "0.1.1" }

[dev_dependencies]
loam-sdk = { workspace = true, features = ["soroban-sdk-testutils"] }
Expand Down
5 changes: 5 additions & 0 deletions crates/smartdeploy-build/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.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-build-v0.1.0...smartdeploy-build-v0.1.1) - 2023-09-24

### Other
- release ([#16](https://github.com/TENK-DAO/smartdeploy/pull/16))

## [0.1.0](https://github.com/TENK-DAO/smartdeploy/releases/tag/smartdeploy-build-v0.1.0) - 2023-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/smartdeploy-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Crate for using smartdeploy to bulid smart contracts on soroban"
authors = ["Willem Wyndham <[email protected]>"]
license = "Apache-2.0"
readme = "../../README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.70"

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 @@ -38,7 +38,7 @@ clap = { version = "4.1.8", features = [
thiserror = "1.0.31"
tokio = { version = "1", features = ["full"] }
shlex = "1.1.0"
smartdeploy-build = { path = "../smartdeploy-build", version = "0.1.0" }
smartdeploy-build = { path = "../smartdeploy-build", version = "0.1.1" }

[dev-dependencies]
assert_cmd = "2.0.4"
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 @@ -14,5 +14,5 @@ doctest = false
[dependencies]
quote = "1.0"
syn = "2.0.37"
smartdeploy-build = { path = "../smartdeploy-build", version = "0.1.0" }
smartdeploy-build = { path = "../smartdeploy-build", version = "0.1.1" }
stellar-strkey = "0.0.7"

0 comments on commit 3520d88

Please sign in to comment.