Skip to content

Commit

Permalink
chore: release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartdeploy-deployer[bot] authored Sep 24, 2023
1 parent 20dcb12 commit 3f5f8e2
Show file tree
Hide file tree
Showing 8 changed files with 24 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.

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 <willem@ahalabs.dev>"]
license = "Apache-2.0"
readme = "../../README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.70"

Expand Down
5 changes: 5 additions & 0 deletions crates/smartdeploy-cli/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.2.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.2.0...smartdeploy-cli-v0.2.1) - 2023-09-24

### Other
- updated the following local packages: smartdeploy-build

## [0.2.0](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.1.0...smartdeploy-cli-v0.2.0) - 2023-09-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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 <willem@ahalabs.dev>"]
license = "Apache-2.0"
readme = "../../README.md"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down 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
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.2](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.1...smartdeploy-macros-v0.1.2) - 2023-09-24

### Other
- updated the following local packages: smartdeploy-build

## [0.1.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.0...smartdeploy-macros-v0.1.1) - 2023-09-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.69"

Expand All @@ -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"
2 changes: 1 addition & 1 deletion crates/smartdeploy-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ 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.1" }
smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.2" }

0 comments on commit 3f5f8e2

Please sign in to comment.