Skip to content

Commit 511966b

Browse files
chore: release v0.9.0 (#134)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 7ab149e commit 511966b

File tree

3 files changed

+50
-20
lines changed

3 files changed

+50
-20
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.9.0] - 2025-09-11
6+
7+
### Added
8+
9+
- **(cli)** add command to generate shell completions ([#137](https://github.com/beeb/lintspec/pull/137)) - ([d387cad](https://github.com/beeb/lintspec/commit/d387cadaeeefb7c76dcad195bf4aed024cacb366))
10+
11+
- **(flake)** add shell completions generation ([#139](https://github.com/beeb/lintspec/pull/139)) - ([7ab149e](https://github.com/beeb/lintspec/commit/7ab149e85d8ff5d1f51a372cebd9be5bd252516f))
12+
13+
14+
- [**breaking**] add `cli` feature flag to make more dependencies optional ([#136](https://github.com/beeb/lintspec/pull/136)) - ([3c68daf](https://github.com/beeb/lintspec/commit/3c68dafdfe84754bd482f8e08ba25f7a0388b8aa))
15+
16+
### Changed
17+
18+
19+
- update example config ([#133](https://github.com/beeb/lintspec/pull/133)) - ([c748986](https://github.com/beeb/lintspec/commit/c7489867dc34a50dd76745ffd3f12dfbc58629ab))
20+
21+
### Documentation
22+
23+
24+
- readme ([#135](https://github.com/beeb/lintspec/pull/135)) - ([4eaa395](https://github.com/beeb/lintspec/commit/4eaa395fa72eb92b53cb6bf414a0e12893ceb7c3))
25+
- update readme ([#138](https://github.com/beeb/lintspec/pull/138)) - ([29e0ef4](https://github.com/beeb/lintspec/commit/29e0ef43ccd6a8b2f3287aad3157f7dba259c36b))
26+
27+
28+
29+
30+
**Full Changelog**: [0.8.0...0.9.0](https://github.com/beeb/lintspec/compare/v0.8.0...v0.9.0)
31+
32+
533
## [0.8.0] - 2025-09-09
634

735
### Added

Cargo.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.88.0"
12-
version = "0.8.0"
12+
version = "0.9.0"
1313

1414
[lints.clippy]
1515
module_name_repetitions = "allow"

0 commit comments

Comments
 (0)