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] authored and willemneal committed Nov 4, 2023
1 parent 76d6042 commit 4cc668b
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.2.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-build-v0.2.0...smartdeploy-build-v0.2.1) - 2023-11-04

### Fixed
- default cargo manifest directory to pwd

## [0.2.0](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-build-v0.1.1...smartdeploy-build-v0.2.0) - 2023-10-30

### 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.2.0"
version = "0.2.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.3.2](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.3.1...smartdeploy-cli-v0.3.2) - 2023-11-04

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

## [0.3.1](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-cli-v0.3.0...smartdeploy-cli-v0.3.1) - 2023-11-01

### 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.3.1"
version = "0.3.2"
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.2.0" }
smartdeploy-build = { path = "../smartdeploy-build", version = "0.2.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.4](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.3...smartdeploy-macros-v0.1.4) - 2023-11-04

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

## [0.1.3](https://github.com/TENK-DAO/smartdeploy/compare/smartdeploy-macros-v0.1.2...smartdeploy-macros-v0.1.3) - 2023-10-30

### Other
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.3"
version = "0.1.4"
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.2.0" }
smartdeploy-build = { path = "../smartdeploy-build", version = "0.2.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.3" }
smartdeploy-macros = { path = "../smartdeploy-macros", version = "0.1.4" }

0 comments on commit 4cc668b

Please sign in to comment.