Skip to content

Commit 9e30613

Browse files
chore: release (#204)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent aa2375b commit 9e30613

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-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-macros/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.2.2] - 2025-12-22
6+
7+
### Changed
8+
9+
10+
- small improvements ([#203](https://github.com/beeb/lintspec/pull/203)) - ([2e3bd0d](https://github.com/beeb/lintspec/commit/2e3bd0de8cb461f839fdf778ad783e56e465a66d))
11+
12+
13+
14+
15+
**Full Changelog**: [0.2.1...0.2.2](https://github.com/beeb/lintspec/compare/v0.2.1...v0.2.2)
16+
17+
518
## [0.2.1] - 2025-11-18
619

720
### Fixed

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

crates/lintspec/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.12.2] - 2025-12-22
7+
8+
### Changed
9+
10+
- **(deps)** update deps ([#213](https://github.com/beeb/lintspec/pull/213)) - ([aa2375b](https://github.com/beeb/lintspec/commit/aa2375bb4b5d8776063c0c4da9c75b6483df4fd1))
11+
12+
13+
- small improvements ([#203](https://github.com/beeb/lintspec/pull/203)) - ([2e3bd0d](https://github.com/beeb/lintspec/commit/2e3bd0de8cb461f839fdf778ad783e56e465a66d))
14+
- clippy config ([#206](https://github.com/beeb/lintspec/pull/206)) - ([3811c30](https://github.com/beeb/lintspec/commit/3811c3003213711a50b3696bb23249ffa4174666))
15+
- move all allow lints to expect ([#209](https://github.com/beeb/lintspec/pull/209)) - ([5ca3fdd](https://github.com/beeb/lintspec/commit/5ca3fddf3df251d971260d07d8971c1726c031cc))
16+
17+
### Documentation
18+
19+
20+
- typo ([#205](https://github.com/beeb/lintspec/pull/205)) - ([9a68ba4](https://github.com/beeb/lintspec/commit/9a68ba4f875888179fff49dec2413e7c723f6385))
21+
22+
23+
24+
25+
**Full Changelog**: [0.12.1...0.12.2](https://github.com/beeb/lintspec/compare/v0.12.1...v0.12.2)
26+
27+
628
## [0.12.1] - 2025-11-18
729

830
### Tests

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.1"
3+
version = "0.12.2"
44
description = "A blazingly fast linter for NatSpec comments in Solidity code"
55
keywords = ["natspec", "solidity", "linter", "checker", "documentation"]
66
authors.workspace = true
@@ -33,7 +33,7 @@ dotenvy = { version = "0.15.7", optional = true }
3333
dunce = "1.0.5"
3434
figment = { version = "0.10.19", features = ["env", "toml"] }
3535
ignore = "0.4.24"
36-
lintspec-macros = { path = "../lintspec-macros", version = "0.2.1" }
36+
lintspec-macros = { path = "../lintspec-macros", version = "0.2.2" }
3737
miette = { version = "7.5.0", features = ["fancy"], optional = true }
3838
rayon = { version = "1.10.0", optional = true }
3939
regex = { version = "1.11.1", optional = true }

0 commit comments

Comments
 (0)