Skip to content

Commit 253e6e3

Browse files
chore: release (#221)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 045976c commit 253e6e3

File tree

7 files changed

+77
-21
lines changed

7 files changed

+77
-21
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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: 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.14.0] - 2026-02-11
7+
8+
### Changed
9+
10+
11+
- [**breaking**] intern strings ([#222](https://github.com/beeb/lintspec/pull/222)) - ([70c6f5c](https://github.com/beeb/lintspec/commit/70c6f5c7a8f173316327170f2067f7e91e25da33))
12+
- [**breaking**] faster printing (compact) ([#225](https://github.com/beeb/lintspec/pull/225)) - ([e36cfbf](https://github.com/beeb/lintspec/commit/e36cfbfc731f357c1dc88b2b4a4c2ce29808a274))
13+
- reduce vec allocations and sorting ([#226](https://github.com/beeb/lintspec/pull/226)) - ([045976c](https://github.com/beeb/lintspec/commit/045976c490d36cd14ca2b17b70a581f87747387e))
14+
15+
### Documentation
16+
17+
- **(core)** move to README ([#220](https://github.com/beeb/lintspec/pull/220)) - ([4feb91a](https://github.com/beeb/lintspec/commit/4feb91a394d8d21dcbb7bf42a882e8e3ac4bcfff))
18+
19+
- **(interner)** add missing docs ([#224](https://github.com/beeb/lintspec/pull/224)) - ([29bc27c](https://github.com/beeb/lintspec/commit/29bc27c4b4969fe6fad979295ea99291b09f48aa))
20+
21+
22+
23+
24+
25+
26+
**Full Changelog**: [0.13.0...0.14.0](https://github.com/beeb/lintspec/compare/v0.13.0...v0.14.0)
27+
28+
629
## [0.13.0] - 2026-02-10
730

831
### Changed

crates/lintspec-core/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-core"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "Core library for lintspec"
55
readme = "./README.md"
66
keywords = ["natspec", "solidity", "linter", "documentation"]
@@ -40,7 +40,7 @@ fastrand = "2.3.0"
4040
figment = { version = "0.10.19", features = ["env", "toml"] }
4141
ignore = "0.4.24"
4242
inturn = "0.1.2"
43-
lintspec-macros = { path = "../lintspec-macros", version = "0.2.2" }
43+
lintspec-macros = { path = "../lintspec-macros", version = "0.2.3" }
4444
regex = { version = "1.11.1", optional = true }
4545
semver = "1.0.25"
4646
serde = { version = "1.0.217", features = ["derive"] }

crates/lintspec-macros/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2.3] - 2026-02-11
6+
7+
### Documentation
8+
9+
- **(core)** move to README ([#220](https://github.com/beeb/lintspec/pull/220)) - ([4feb91a](https://github.com/beeb/lintspec/commit/4feb91a394d8d21dcbb7bf42a882e8e3ac4bcfff))
10+
11+
12+
13+
14+
15+
16+
**Full Changelog**: [0.2.2...0.2.3](https://github.com/beeb/lintspec/compare/v0.2.2...v0.2.3)
17+
18+
519
## [0.2.2] - 2025-12-22
620

721
### Changed

crates/lintspec-macros/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-macros"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Convenience macros for lintspec"
55
readme = "./README.md"
66
authors.workspace = true

crates/lintspec/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.14.0] - 2026-02-11
7+
8+
### Changed
9+
10+
11+
- [**breaking**] faster printing (compact) ([#225](https://github.com/beeb/lintspec/pull/225)) - ([e36cfbf](https://github.com/beeb/lintspec/commit/e36cfbfc731f357c1dc88b2b4a4c2ce29808a274))
12+
13+
### Documentation
14+
15+
- **(core)** move to README ([#220](https://github.com/beeb/lintspec/pull/220)) - ([4feb91a](https://github.com/beeb/lintspec/commit/4feb91a394d8d21dcbb7bf42a882e8e3ac4bcfff))
16+
17+
18+
19+
20+
21+
22+
**Full Changelog**: [0.13.0...0.14.0](https://github.com/beeb/lintspec/compare/v0.13.0...v0.14.0)
23+
24+
625
## [0.13.0] - 2026-02-10
726

827
### 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.13.0"
3+
version = "0.14.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.13.0", default-features = false, features = [
28+
lintspec-core = { path = "../lintspec-core", version = "0.14.0", default-features = false, features = [
2929
"clap",
3030
] }
3131
miette = { version = "7.5.0", features = ["fancy"] }

0 commit comments

Comments
 (0)