diff --git a/Cargo.lock b/Cargo.lock index b8a8dbd0..a6e4f6f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2653,7 +2653,7 @@ dependencies = [ [[package]] name = "loam-cli" -version = "0.13.1" +version = "0.13.2" dependencies = [ "assert_cmd", "assert_fs", diff --git a/crates/loam-cli/CHANGELOG.md b/crates/loam-cli/CHANGELOG.md index d54b6fad..d7e12eab 100644 --- a/crates/loam-cli/CHANGELOG.md +++ b/crates/loam-cli/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2](https://github.com/loambuild/loam/compare/loam-cli-v0.13.1...loam-cli-v0.13.2) - 2024-07-23 + +### Fixed +- *(CLI)* explain how to use loam init ([#126](https://github.com/loambuild/loam/pull/126)) + +### Other +- wip ([#131](https://github.com/loambuild/loam/pull/131)) +- *(CLI)* simplify tests ([#129](https://github.com/loambuild/loam/pull/129)) + ## [0.13.1](https://github.com/loambuild/loam/compare/loam-cli-v0.13.0...loam-cli-v0.13.1) - 2024-07-20 ### Other diff --git a/crates/loam-cli/Cargo.toml b/crates/loam-cli/Cargo.toml index 506e6650..6a34e4cb 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.13.1" +version = "0.13.2" edition = "2021" rust-version = "1.70" autobins = false diff --git a/npm/package.json b/npm/package.json index f935f290..617442dd 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "loam-cli", - "version": "0.13.1", + "version": "0.13.2", "description": "An npm installation for [loam](https://github.com/loambuild/loam-sdk).", "keywords": [], "main": "dist/index.js",