Skip to content

Commit

Permalink
bump to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Jan 6, 2024
1 parent c0ea531 commit 36c65fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.24.1
==================

* Disable utf8 regex check for arbitrary bytes (#136)

v0.24.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.24.0"
version = "0.24.1"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
Expand Down

0 comments on commit 36c65fa

Please sign in to comment.