Skip to content

Commit c6c9a86

Browse files
chore: release v0.13.0 (#215)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent f7f5edc commit c6c9a86

File tree

5 files changed

+48
-5
lines changed

5 files changed

+48
-5
lines changed

Cargo.lock

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

crates/lintspec-core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

55

6+
## [0.13.0] - 2026-02-10
7+
8+
### Changed
9+
10+
- **(core)** use random u64 for DocumentId ([#219](https://github.com/beeb/lintspec/pull/219)) - ([f7f5edc](https://github.com/beeb/lintspec/commit/f7f5edc987c5060b7cb10878bd8b2739fd591c75))
11+
12+
13+
- [**breaking**] split logic into core crate ([#216](https://github.com/beeb/lintspec/pull/216)) - ([fea17ce](https://github.com/beeb/lintspec/commit/fea17ce886823d59b2dc5c1f3f9a217258d154d8))
14+
15+
### Fixed
16+
17+
18+
- derive ValueEnum for types used in clap ([#217](https://github.com/beeb/lintspec/pull/217)) - ([b2b045c](https://github.com/beeb/lintspec/commit/b2b045cf4fb796a83036223bf08a0c3c15a47d76))
19+
20+
21+
22+
23+
**Full Changelog**: [0.12.2...0.13.0](https://github.com/beeb/lintspec/compare/v0.12.2...v0.13.0)
24+
25+
626
## [0.12.2] - 2025-12-22
727

828
### Changed

crates/lintspec-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lintspec-core"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
description = "Core library for lintspec"
55
keywords = ["natspec", "solidity", "linter", "documentation"]
66
authors.workspace = true

crates/lintspec/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

55

6+
## [0.13.0] - 2026-02-10
7+
8+
### Changed
9+
10+
11+
- [**breaking**] split logic into core crate ([#216](https://github.com/beeb/lintspec/pull/216)) - ([fea17ce](https://github.com/beeb/lintspec/commit/fea17ce886823d59b2dc5c1f3f9a217258d154d8))
12+
13+
### Documentation
14+
15+
16+
- fix readme ([#218](https://github.com/beeb/lintspec/pull/218)) - ([f47acff](https://github.com/beeb/lintspec/commit/f47acff2a2e0b4b5f66b82c9a3e078280cf22e54))
17+
18+
### Fixed
19+
20+
21+
- derive ValueEnum for types used in clap ([#217](https://github.com/beeb/lintspec/pull/217)) - ([b2b045c](https://github.com/beeb/lintspec/commit/b2b045cf4fb796a83036223bf08a0c3c15a47d76))
22+
23+
24+
25+
26+
**Full Changelog**: [0.12.2...0.13.0](https://github.com/beeb/lintspec/compare/v0.12.2...v0.13.0)
27+
28+
629
## [0.12.2] - 2025-12-22
730

831
### Changed

crates/lintspec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lintspec"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
description = "A blazingly fast linter for NatSpec comments in Solidity code"
55
keywords = ["natspec", "solidity", "linter", "checker", "documentation"]
66
authors.workspace = true
@@ -25,7 +25,7 @@ clap_complete = "4.5.57"
2525
dotenvy = "0.15.7"
2626
dunce = "1.0.5"
2727
figment = { version = "0.10.19", features = ["env", "toml"] }
28-
lintspec-core = { path = "../lintspec-core", version = "0.12.2", default-features = false, features = [
28+
lintspec-core = { path = "../lintspec-core", version = "0.13.0", default-features = false, features = [
2929
"clap",
3030
] }
3131
miette = { version = "7.5.0", features = ["fancy"] }

0 commit comments

Comments
 (0)