Skip to content

Commit 225c35e

Browse files
chore(lintspec): release v0.11.4 (#182)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 5329ae4 commit 225c35e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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: 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.11.4] - 2025-10-21
7+
8+
### Changed
9+
10+
- **(slang)** update slang legacy parser ([#98](https://github.com/beeb/lintspec/pull/98)) - ([c0a884a](https://github.com/beeb/lintspec/commit/c0a884a8dcc455a1fdd5c75aab09a7924c07b111))
11+
12+
13+
14+
### Documentation
15+
16+
17+
- update benchmark in readme ([#183](https://github.com/beeb/lintspec/pull/183)) - ([5329ae4](https://github.com/beeb/lintspec/commit/5329ae4d94d64f5e6486092ef687c16c1630bce6))
18+
19+
20+
21+
22+
**Full Changelog**: [0.11.3...0.11.4](https://github.com/beeb/lintspec/compare/v0.11.3...v0.11.4)
23+
24+
625
## [0.11.3] - 2025-10-18
726

827
### Added

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.3"
3+
version = "0.11.4"
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)