Skip to content

Commit c905b4c

Browse files
chore: release v0.1.6 (#16)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent bf7e4fc commit c905b4c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.1.6] - 2025-02-20
6+
7+
### Added
8+
9+
- Add github action (#15) - ([05431f6](https://github.com/beeb/awsbck/commit/05431f6ca93fa59333a927a7ccb0dc6aeb5ccb4a))
10+
- Add tests (#21) - ([bf7e4fc](https://github.com/beeb/awsbck/commit/bf7e4fc15eff6ca32ea007fde5a0e85351b38d9f))
11+
12+
### Fixed
13+
14+
- Parent ignore files must be enabled (#17) - ([6d9663e](https://github.com/beeb/awsbck/commit/6d9663e68d00a4cbe3a734e71e87a8f140613e90))
15+
- Return comment should not include return name (#19) - ([8be4150](https://github.com/beeb/awsbck/commit/8be4150d45039a7eda95f135ee4d34eb73bbe0a9))
16+
- Process functions without returns (#20) - ([7fdfbda](https://github.com/beeb/awsbck/commit/7fdfbda4856eeb94ac29cca9cb4cd6b2332842d5))
17+
518
## [0.1.5] - 2025-02-20
619

720
### Fixed

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.5"
12+
version = "0.1.6"
1313

1414
[dependencies]
1515
anyhow = "1.0.95"

0 commit comments

Comments
 (0)