We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86b107 commit d4ad6f9Copy full SHA for d4ad6f9
1 file changed
CHANGELOG.md
@@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
---
17
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
32
## [0.10.1] - 2026-01-07
33
34
### Added
0 commit comments