Skip to content

Commit

Permalink
chore: release (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: loambuild-app[bot] <143737492+loambuild-app[bot]@users.noreply.github.com>
  • Loading branch information
loambuild-app[bot] authored Jul 13, 2024
1 parent 5d44e1d commit a9502b2
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 10 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/loam-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.7.2](https://github.com/loambuild/loam-sdk/compare/loam-build-v0.7.1...loam-build-v0.7.2) - 2024-07-13

### Fixed
- include current project when looking up subcontracts ([#102](https://github.com/loambuild/loam-sdk/pull/102))

## [0.7.1](https://github.com/loambuild/loam-sdk/compare/loam-build-v0.7.0...loam-build-v0.7.1) - 2024-07-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/loam-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loam-build"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
description = "A library for gathering Subcontracts and Contracts"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions crates/loam-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1](https://github.com/loambuild/loam-sdk/compare/loam-cli-v0.10.0...loam-cli-v0.10.1) - 2024-07-13

### Fixed
- *(CLI)* never default to debug ([#100](https://github.com/loambuild/loam-sdk/pull/100))
- properly rename Cargo.toml.remove ([#106](https://github.com/loambuild/loam-sdk/pull/106))

## [0.10.0](https://github.com/loambuild/loam-sdk/compare/loam-cli-v0.9.4...loam-cli-v0.10.0) - 2024-07-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/loam-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/loambuild/loam-sdk"
authors = ["Willem Wyndham <[email protected]>"]
license = "Apache-2.0"
readme = "../../README.md"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand All @@ -27,7 +27,7 @@ path = "src/lib.rs"
doctest = false

[dependencies]
loam-build = { path = "../loam-build", version = "0.7.1" }
loam-build = { path = "../loam-build", version = "0.7.2" }
clap = { version = "4.1.8", features = [
"derive",
"env",
Expand Down
5 changes: 5 additions & 0 deletions crates/loam-sdk-macro/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.8.2](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.8.1...loam-sdk-macro-v0.8.2) - 2024-07-13

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

## [0.8.1](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.8.0...loam-sdk-macro-v0.8.1) - 2024-07-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/loam-sdk-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loam-sdk-macro"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "Macros needed by loam-sdk"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ license = "Apache-2.0"
proc-macro = true

[dependencies]
loam-build = { path = "../loam-build", version = "0.7.1" }
loam-build = { path = "../loam-build", version = "0.7.2" }
proc-macro2 = "1.0"
syn = { version = "2", features = ["full", "fold", "extra-traits", "visit"] }
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/loam-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.1" }
loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.2" }
loam-soroban-sdk = { path = "../loam-soroban-sdk", version = "0.6.11", optional = true }


Expand Down
2 changes: 1 addition & 1 deletion crates/loam-soroban-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.1" }
loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.2" }
soroban-sdk = { version = "21.1.0-rc.1" }


Expand Down

0 comments on commit a9502b2

Please sign in to comment.