Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:33
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixes

  • Correct handling of overlapping suffixes (91030c7)

Performance

  • Replace SmallVec with custom storage (3680375)
  • Use smallvec for caps (2e926f7)
  • Index search memos by ID (0820f14)

Testing

  • Add overlapping suffix edge case (3e51a65)