From 18d9cd8c8957a7455fd0bcc7890d22a5deb4c8df Mon Sep 17 00:00:00 2001 From: "loambuild-app[bot]" <143737492+loambuild-app[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:24:13 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- crates/loam-cli/CHANGELOG.md | 14 ++++++++++++++ crates/loam-cli/Cargo.toml | 4 ++-- crates/loam-sdk-macro/CHANGELOG.md | 11 +++++++++++ crates/loam-sdk-macro/Cargo.toml | 2 +- crates/loam-sdk/CHANGELOG.md | 10 ++++++++++ crates/loam-sdk/Cargo.toml | 6 +++--- crates/loam-soroban-sdk/CHANGELOG.md | 14 ++++++++++++++ crates/loam-soroban-sdk/Cargo.toml | 4 ++-- crates/loam-subcontract-core/CHANGELOG.md | 6 ++++++ crates/loam-subcontract-core/Cargo.toml | 4 ++-- crates/loam-subcontract-ft/CHANGELOG.md | 6 ++++++ crates/loam-subcontract-ft/Cargo.toml | 4 ++-- 14 files changed, 80 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ce69016..0475e2de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2639,7 +2639,7 @@ dependencies = [ [[package]] name = "loam-cli" -version = "0.14.4" +version = "0.14.5" dependencies = [ "assert_cmd", "assert_fs", @@ -2692,7 +2692,7 @@ dependencies = [ [[package]] name = "loam-sdk" -version = "0.6.16" +version = "0.6.17" dependencies = [ "loam-sdk-macro", "loam-soroban-sdk", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "loam-sdk-macro" -version = "0.8.6" +version = "0.8.7" dependencies = [ "Inflector", "assert_fs", @@ -2722,7 +2722,7 @@ dependencies = [ [[package]] name = "loam-soroban-sdk" -version = "0.6.16" +version = "0.6.17" dependencies = [ "loam-sdk-macro", "soroban-sdk", @@ -2730,14 +2730,14 @@ dependencies = [ [[package]] name = "loam-subcontract-core" -version = "0.7.9" +version = "0.8.0" dependencies = [ "loam-sdk", ] [[package]] name = "loam-subcontract-ft" -version = "0.7.2" +version = "0.7.3" dependencies = [ "loam-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 292115aa..9f791713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ lto = true [workspace.lints.clippy] -unexpected_cfgs = "allow" \ No newline at end of file +unexpected_cfgs = "allow" diff --git a/crates/loam-cli/CHANGELOG.md b/crates/loam-cli/CHANGELOG.md index e0973384..47b5963c 100644 --- a/crates/loam-cli/CHANGELOG.md +++ b/crates/loam-cli/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.5](https://github.com/loambuild/loam/compare/loam-cli-v0.14.4...loam-cli-v0.14.5) - 2025-04-17 + +### Added + +- Integrate Smartdeploy as loam registry ([#181](https://github.com/loambuild/loam/pull/181)) + +### Fixed + +- clippy and others warning messages ([#184](https://github.com/loambuild/loam/pull/184)) + +### Other + +- Add Loam ports of Soroban example contracts ([#174](https://github.com/loambuild/loam/pull/174)) + ## [0.14.4](https://github.com/loambuild/loam/compare/loam-cli-v0.14.3...loam-cli-v0.14.4) - 2025-01-22 ### Added diff --git a/crates/loam-cli/Cargo.toml b/crates/loam-cli/Cargo.toml index ccd9bd4d..d9880e31 100644 --- a/crates/loam-cli/Cargo.toml +++ b/crates/loam-cli/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/loambuild/loam-sdk" authors = ["Willem Wyndham "] license = "Apache-2.0" readme = "../../README.md" -version = "0.14.4" +version = "0.14.5" edition = "2021" rust-version = "1.70" autobins = false @@ -79,4 +79,4 @@ walkdir = "2.3" [features] -integration-tests = [] \ No newline at end of file +integration-tests = [] diff --git a/crates/loam-sdk-macro/CHANGELOG.md b/crates/loam-sdk-macro/CHANGELOG.md index c1af1133..3ea0bcbb 100644 --- a/crates/loam-sdk-macro/CHANGELOG.md +++ b/crates/loam-sdk-macro/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.7](https://github.com/loambuild/loam/compare/loam-sdk-macro-v0.8.6...loam-sdk-macro-v0.8.7) - 2025-04-17 + +### Fixed + +- removes the requirement that `env` be imported ([#186](https://github.com/loambuild/loam/pull/186)) +- ensure that storage keys are unique when exported ([#179](https://github.com/loambuild/loam/pull/179)) + +### Other + +- Add Loam ports of Soroban example contracts ([#174](https://github.com/loambuild/loam/pull/174)) + ## [0.8.6](https://github.com/loambuild/loam/compare/loam-sdk-macro-v0.8.5...loam-sdk-macro-v0.8.6) - 2025-01-22 ### Added diff --git a/crates/loam-sdk-macro/Cargo.toml b/crates/loam-sdk-macro/Cargo.toml index e1add369..b3b6b826 100644 --- a/crates/loam-sdk-macro/Cargo.toml +++ b/crates/loam-sdk-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loam-sdk-macro" -version = "0.8.6" +version = "0.8.7" edition = "2021" description = "Macros needed by loam-sdk" license = "Apache-2.0" diff --git a/crates/loam-sdk/CHANGELOG.md b/crates/loam-sdk/CHANGELOG.md index ccfa269c..bfbada8d 100644 --- a/crates/loam-sdk/CHANGELOG.md +++ b/crates/loam-sdk/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.17](https://github.com/loambuild/loam/compare/loam-sdk-v0.6.16...loam-sdk-v0.6.17) - 2025-04-17 + +### Added + +- add to_string and log that doesn't require a passed `env` ([#180](https://github.com/loambuild/loam/pull/180)) + +### Other + +- Add Loam ports of Soroban example contracts ([#174](https://github.com/loambuild/loam/pull/174)) + ## [0.6.16](https://github.com/loambuild/loam/compare/loam-sdk-v0.6.15...loam-sdk-v0.6.16) - 2025-01-22 ### Added diff --git a/crates/loam-sdk/Cargo.toml b/crates/loam-sdk/Cargo.toml index 72aa6a1b..a360472d 100644 --- a/crates/loam-sdk/Cargo.toml +++ b/crates/loam-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loam-sdk" -version = "0.6.16" +version = "0.6.17" edition = "2021" description = "SDK for writing smart contracts" license = "Apache-2.0" @@ -10,8 +10,8 @@ repository = "https://github.com/loambuild/loam/tree/main/crates/loam-sdk" crate-type = ["rlib"] [dependencies] -loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.6" } -loam-soroban-sdk = { path = "../loam-soroban-sdk", version = "0.6.16", optional = true } +loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.7" } +loam-soroban-sdk = { path = "../loam-soroban-sdk", version = "0.6.17", optional = true } [features] diff --git a/crates/loam-soroban-sdk/CHANGELOG.md b/crates/loam-soroban-sdk/CHANGELOG.md index 97a4cd9d..217fb37b 100644 --- a/crates/loam-soroban-sdk/CHANGELOG.md +++ b/crates/loam-soroban-sdk/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.17](https://github.com/loambuild/loam/compare/loam-soroban-sdk-v0.6.16...loam-soroban-sdk-v0.6.17) - 2025-04-17 + +### Added + +- add to_string and log that doesn't require a passed `env` ([#180](https://github.com/loambuild/loam/pull/180)) + +### Fixed + +- clippy and others warning messages ([#184](https://github.com/loambuild/loam/pull/184)) + +### Other + +- Add Loam ports of Soroban example contracts ([#174](https://github.com/loambuild/loam/pull/174)) + ## [0.6.16](https://github.com/loambuild/loam/compare/loam-soroban-sdk-v0.6.15...loam-soroban-sdk-v0.6.16) - 2025-01-22 ### Added diff --git a/crates/loam-soroban-sdk/Cargo.toml b/crates/loam-soroban-sdk/Cargo.toml index 9507b9db..dc2a2fbc 100644 --- a/crates/loam-soroban-sdk/Cargo.toml +++ b/crates/loam-soroban-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loam-soroban-sdk" -version = "0.6.16" +version = "0.6.17" edition = "2021" description = "A wrapper around the soroban-sdk, providing some soroban specific traits" license = "Apache-2.0" @@ -10,7 +10,7 @@ repository = "https://github.com/loambuild/loam/tree/main/crates/loam-soroban-sd crate-type = ["rlib"] [dependencies] -loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.6" } +loam-sdk-macro = { path = "../loam-sdk-macro", version = "0.8.7" } soroban-sdk = { workspace = true } [target.'cfg(target_family="wasm")'.dependencies] diff --git a/crates/loam-subcontract-core/CHANGELOG.md b/crates/loam-subcontract-core/CHANGELOG.md index 9cde59b0..2c4bd88d 100644 --- a/crates/loam-subcontract-core/CHANGELOG.md +++ b/crates/loam-subcontract-core/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/loambuild/loam/compare/loam-subcontract-core-v0.7.9...loam-subcontract-core-v0.8.0) - 2025-04-17 + +### Added + +- Integrate Smartdeploy as loam registry ([#181](https://github.com/loambuild/loam/pull/181)) + ## [0.7.9](https://github.com/loambuild/loam/compare/loam-subcontract-core-v0.7.8...loam-subcontract-core-v0.7.9) - 2025-01-22 ### Other diff --git a/crates/loam-subcontract-core/Cargo.toml b/crates/loam-subcontract-core/Cargo.toml index 78e32819..1f3d1287 100644 --- a/crates/loam-subcontract-core/Cargo.toml +++ b/crates/loam-subcontract-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loam-subcontract-core" -version = "0.7.9" +version = "0.8.0" edition = "2021" description = "Core Subcontract for redeployable contracts" license = "Apache-2.0" @@ -8,7 +8,7 @@ repository = "https://github.com/loambuild/loam/tree/main/crates/loam-subcontrac [dependencies] -loam-sdk = { path = "../loam-sdk", version = "0.6.16", features = [ +loam-sdk = { path = "../loam-sdk", version = "0.6.17", features = [ "loam-soroban-sdk", ] } diff --git a/crates/loam-subcontract-ft/CHANGELOG.md b/crates/loam-subcontract-ft/CHANGELOG.md index 80d0cf13..28b8351a 100644 --- a/crates/loam-subcontract-ft/CHANGELOG.md +++ b/crates/loam-subcontract-ft/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3](https://github.com/loambuild/loam/compare/loam-subcontract-ft-v0.7.2...loam-subcontract-ft-v0.7.3) - 2025-04-17 + +### Other + +- updated the following local packages: loam-sdk + ## [0.7.2](https://github.com/loambuild/loam/compare/loam-subcontract-ft-v0.7.1...loam-subcontract-ft-v0.7.2) - 2025-01-22 ### Other diff --git a/crates/loam-subcontract-ft/Cargo.toml b/crates/loam-subcontract-ft/Cargo.toml index a5ea151c..e8beb7be 100644 --- a/crates/loam-subcontract-ft/Cargo.toml +++ b/crates/loam-subcontract-ft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loam-subcontract-ft" -version = "0.7.2" +version = "0.7.3" edition = "2021" description = "A Subcontract for a fungible token" license = "Apache-2.0" @@ -8,7 +8,7 @@ repository = "https://github.com/loambuild/loam/tree/main/crates/loam-subcontrac [dependencies] -loam-sdk = { path = "../loam-sdk", version = "0.6.16", features = [ +loam-sdk = { path = "../loam-sdk", version = "0.6.17", features = [ "loam-soroban-sdk", ] }