Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(loam-cli): release v0.13.2 #128

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions crates/loam-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.13.1"
version = "0.13.2"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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).",
Copy link
Contributor

@elizabethengelman elizabethengelman Jul 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created an issue to remind us that we need to automate this bump as well, but for now it is manual. As well as the actual publish done via a manual gh action, which should be done once this PR is merged.

"keywords": [],
"main": "dist/index.js",
Expand Down
Loading