Skip to content

Commit 59f4990

Browse files
chore: release v0.1.2 (#4)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 95d8585 commit 59f4990

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [0.1.2] - 2025-02-19
6+
7+
### Added
8+
9+
- Add badges - ([ea6b8a6](https://github.com/beeb/awsbck/commit/ea6b8a61514466ab34ec0343d97d3b20da35da45))
10+
11+
### Changed
12+
13+
- Update benchmark with comparable output format - ([1b0bc92](https://github.com/beeb/awsbck/commit/1b0bc9291b866921bba35778fd8466459146cef8))
14+
15+
### Fixed
16+
17+
- Parsing of the `--out` CLI arg (#3) - ([b0de154](https://github.com/beeb/awsbck/commit/b0de154ed7fca881c737f54d20c80617fff5a9cd))
18+
- Fix links - ([95d8585](https://github.com/beeb/awsbck/commit/95d85857f729c11ce68740754d6144823ed152e7))
19+
520
## [0.1.1] - 2025-02-19
621

722
### Added

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.1"
12+
version = "0.1.2"
1313

1414
[dependencies]
1515
anyhow = "1.0.95"

0 commit comments

Comments
 (0)