Skip to content

Commit 0428600

Browse files
chore: release v0.1.5 (#13)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent bbef59a commit 0428600

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.5] - 2025-02-20
6+
7+
### Fixed
8+
9+
- Output a line return after json output (#12) - ([89f616f](https://github.com/beeb/awsbck/commit/89f616ff029229ecc49a89ea443e0dfe9bdebcb7))
10+
- Merging of config from CLI and config file (#14) - ([bbef59a](https://github.com/beeb/awsbck/commit/bbef59ad3d68031d0258dca8ad47d11edc9c229d))
11+
512
## [0.1.4] - 2025-02-20
613

714
### Documentation

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "lintspec"
99
readme = "./README.md"
1010
repository = "https://github.com/beeb/lintspec"
1111
rust-version = "1.80.0"
12-
version = "0.1.4"
12+
version = "0.1.5"
1313

1414
[dependencies]
1515
anyhow = "1.0.95"

0 commit comments

Comments
 (0)