Skip to content

Commit d4ad6f9

Browse files
committed
docs: release v0.10.2
1 parent b86b107 commit d4ad6f9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
---
1717

18+
## [0.10.2] - 2026-01-07
19+
20+
### Fixed
21+
- **Version pattern regression hotfix** (#75)
22+
- Restored DigitPrefilter for digit-lead patterns like `\d+\.\d+\.\d+`
23+
- v0.10.1 incorrectly chose ReverseInner with "." as inner literal
24+
- Performance restored: 8.2ms → 2.15ms (3.8x speedup)
25+
26+
### Changed
27+
- **Lint config**: Added exclusion for unused AVX2 functions in `_amd64.go` files
28+
- These functions are tested but not integrated into production prefilter (#74)
29+
30+
---
31+
1832
## [0.10.1] - 2026-01-07
1933

2034
### Added

0 commit comments

Comments
 (0)