From 08667b00d94883408afd98c7f680b07c65f3060d Mon Sep 17 00:00:00 2001 From: "loambuild-app[bot]" <143737492+loambuild-app[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:55:15 -0400 Subject: [PATCH] chore: release (#114) Co-authored-by: loambuild-app[bot] <143737492+loambuild-app[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/loam-cli/CHANGELOG.md | 5 +++++ crates/loam-cli/Cargo.toml | 2 +- crates/loam-subcontract-core/CHANGELOG.md | 5 +++++ crates/loam-subcontract-core/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 061ef0ea..d951e406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "loam-cli" -version = "0.10.2" +version = "0.10.3" dependencies = [ "assert_cmd", "assert_fs", @@ -2737,7 +2737,7 @@ dependencies = [ [[package]] name = "loam-subcontract-core" -version = "0.7.4" +version = "0.7.5" dependencies = [ "loam-sdk", ] diff --git a/crates/loam-cli/CHANGELOG.md b/crates/loam-cli/CHANGELOG.md index 49568b4a..84ce1fc8 100644 --- a/crates/loam-cli/CHANGELOG.md +++ b/crates/loam-cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3](https://github.com/loambuild/loam-sdk/compare/loam-cli-v0.10.2...loam-cli-v0.10.3) - 2024-07-15 + +### Fixed +- when compiling with no profile add extra flags to ensure small wasm ([#115](https://github.com/loambuild/loam-sdk/pull/115)) + ## [0.10.2](https://github.com/loambuild/loam-sdk/compare/loam-cli-v0.10.1...loam-cli-v0.10.2) - 2024-07-15 ### Fixed diff --git a/crates/loam-cli/Cargo.toml b/crates/loam-cli/Cargo.toml index 27d3b851..46961663 100644 --- a/crates/loam-cli/Cargo.toml +++ b/crates/loam-cli/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/loambuild/loam-sdk" authors = ["Willem Wyndham "] license = "Apache-2.0" readme = "../../README.md" -version = "0.10.2" +version = "0.10.3" edition = "2021" rust-version = "1.70" autobins = false diff --git a/crates/loam-subcontract-core/CHANGELOG.md b/crates/loam-subcontract-core/CHANGELOG.md index aa1a6d8c..39c081cd 100644 --- a/crates/loam-subcontract-core/CHANGELOG.md +++ b/crates/loam-subcontract-core/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.5](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.4...loam-subcontract-core-v0.7.5) - 2024-07-15 + +### Fixed +- *(subcontract-core)* doc typo "redepoly" ([#113](https://github.com/loambuild/loam-sdk/pull/113)) + ## [0.7.4](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.3...loam-subcontract-core-v0.7.4) - 2024-07-15 ### Other diff --git a/crates/loam-subcontract-core/Cargo.toml b/crates/loam-subcontract-core/Cargo.toml index 3d7a4b2b..947b81b8 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.4" +version = "0.7.5" edition = "2021" description = "Core Subcontract for redeployable contracts" license = "Apache-2.0"