Skip to content

Commit 3900e6f

Browse files
chore(lintspec): release v0.11.2 (#173)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 7d4bef0 commit 3900e6f

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lintspec/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.11.2] - 2025-10-16
7+
8+
### Added
9+
10+
11+
- add run function ([#175](https://github.com/beeb/lintspec/pull/175)) - ([961e21c](https://github.com/beeb/lintspec/commit/961e21c63241c6e18ed9feae3216d383de2e2e76))
12+
13+
### Changed
14+
15+
16+
- don't negate all file types in ignore's TypesBuilder ([#176](https://github.com/beeb/lintspec/pull/176)) - ([7d4bef0](https://github.com/beeb/lintspec/commit/7d4bef0a2640647c467c3c36efade65b95af2368))
17+
18+
### Documentation
19+
20+
21+
- comments ([#172](https://github.com/beeb/lintspec/pull/172)) - ([dd0bf7e](https://github.com/beeb/lintspec/commit/dd0bf7e1304dafecc6af3db5ea93697215960cbf))
22+
23+
### Fixed
24+
25+
26+
- update ignore crate ([#174](https://github.com/beeb/lintspec/pull/174)) - ([9e415c2](https://github.com/beeb/lintspec/commit/9e415c2688ba636c6c8eeab1bf17894cb0ba0bbe))
27+
28+
29+
30+
31+
**Full Changelog**: [0.11.1...0.11.2](https://github.com/beeb/lintspec/compare/v0.11.1...v0.11.2)
32+
33+
634
## [0.11.1] - 2025-10-15
735

836
### Tests

crates/lintspec/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"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "A blazingly fast linter for NatSpec comments in Solidity code"
55
keywords = ["natspec", "solidity", "linter", "checker", "documentation"]
66
authors.workspace = true

0 commit comments

Comments
 (0)