Skip to content

Commit

Permalink
bump to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Oct 22, 2023
1 parent 5ff1218 commit 577c4ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.23.0
==================

* Verify input is utf-8 (#131)

v0.22.0
==================

* Literals substring optimization (#130)
* Refactor epsilon transitions (#129)

v0.21.0
==================

Expand Down
2 changes: 1 addition & 1 deletion regex.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.22.0"
version = "0.23.0"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
Expand Down

0 comments on commit 577c4ec

Please sign in to comment.