Skip to content

Commit

Permalink
chore: release (#114)
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 16, 2024
1 parent b824995 commit 08667b0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 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-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.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
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "0.10.3"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
5 changes: 5 additions & 0 deletions crates/loam-subcontract-core/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.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
Expand Down
2 changes: 1 addition & 1 deletion crates/loam-subcontract-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 08667b0

Please sign in to comment.