From 355851724ae5392c73cfdbeacb97706b7feebd14 Mon Sep 17 00:00:00 2001 From: "loambuild-app[bot]" <143737492+loambuild-app[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:28:17 +0000 Subject: [PATCH 1/2] chore: release --- Cargo.lock | 2 +- crates/loam-cli/CHANGELOG.md | 9 +++++++++ crates/loam-cli/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 From fc1ad809dcbbe6c56d12627a1676bff2e22050ec Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:01:04 -0400 Subject: [PATCH 2/2] Bump loam-cli npm pkg version --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",