Skip to content

Commit 6b02713

Browse files
committed
docs: release v0.9.5
1 parent af7adef commit 6b02713

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Planned
11+
- Look-around assertions
12+
- ARM NEON SIMD support (waiting for Go 1.26 native SIMD)
13+
- UTF-8 Automata optimization
14+
- SIMD sparse search for CharClassSearcher (#64)
15+
16+
---
17+
18+
## [0.9.5] - 2026-01-06
19+
1020
### Changed
1121
- **Teddy pattern limit expanded from 8 to 32** (#67)
1222
- Slim Teddy now handles up to 32 patterns (was 8)
@@ -21,12 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2131
- New function: `expandLiteralAlternate()` expands factored patterns back
2232
- Benchmark fix: 376µs → 1.7µs (**220x faster**)
2333

24-
### Planned
25-
- Look-around assertions
26-
- ARM NEON SIMD support (waiting for Go 1.26 native SIMD)
27-
- UTF-8 Automata optimization
28-
- SIMD sparse search for CharClassSearcher (#64)
29-
3034
---
3135

3236
## [0.9.4] - 2026-01-06

0 commit comments

Comments
 (0)