Skip to content

Commit 8d08d9b

Browse files
chore(lintspec): release v0.11.3 (#178)
Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
1 parent 72b86bc commit 8d08d9b

File tree

3 files changed

+62
-35
lines changed

3 files changed

+62
-35
lines changed

Cargo.lock

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

crates/lintspec/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.3] - 2025-10-18
7+
8+
### Added
9+
10+
- **(solar)** expose LintspecVisitor definitions and complete_text_ranges ([#179](https://github.com/beeb/lintspec/pull/179)) - ([eebb060](https://github.com/beeb/lintspec/commit/eebb0604f44d8603953d9edeaa3153b9f6d3e90d))
11+
12+
13+
14+
### Changed
15+
16+
- **(solar)** take definitions by mutable reference ([#180](https://github.com/beeb/lintspec/pull/180)) - ([fc1249c](https://github.com/beeb/lintspec/commit/fc1249c5be59d0b6fd5497b3c1cd9405fef1f108))
17+
18+
- **(solar)** use 256-bit register (avx2) ([#181](https://github.com/beeb/lintspec/pull/181)) - ([72b86bc](https://github.com/beeb/lintspec/commit/72b86bcc1c8f21a5a90b381122c2cb712cddf594))
19+
20+
21+
22+
### Documentation
23+
24+
25+
- update readme ([#177](https://github.com/beeb/lintspec/pull/177)) - ([1ce735b](https://github.com/beeb/lintspec/commit/1ce735be8123d5f6d01024c1f4180bcbbdda8e02))
26+
27+
28+
29+
30+
**Full Changelog**: [0.11.2...0.11.3](https://github.com/beeb/lintspec/compare/v0.11.2...v0.11.3)
31+
32+
633
## [0.11.2] - 2025-10-16
734

835
### 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.2"
3+
version = "0.11.3"
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)