Skip to content

Commit

Permalink
chore: release (#138)
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 Aug 2, 2024
1 parent f0d5cc2 commit a7ccfce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.

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.14.0](https://github.com/loambuild/loam/compare/loam-cli-v0.13.2...loam-cli-v0.14.0) - 2024-07-31

### Other
- Fix/support init scripts with quotes ([#134](https://github.com/loambuild/loam/pull/134))

## [0.13.2](https://github.com/loambuild/loam/compare/loam-cli-v0.13.1...loam-cli-v0.13.2) - 2024-07-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version = "0.14.0"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down Expand Up @@ -69,4 +69,4 @@ assert_cmd = "2.0.4"
assert_fs = "1.0.7"
fs_extra = "1.3.0"
predicates = "3.1.0"
walkdir = "2.3"
walkdir = "2.3"

0 comments on commit a7ccfce

Please sign in to comment.