Skip to content

Commit 8656507

Browse files
committed
bump to v0.24.0
1 parent 2d0f491 commit 8656507

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.24.0
2+
==================
3+
4+
* Fix dot to match anything in ascii mode (#135)
5+
* Match arbitrary bytes (#134)
6+
17
v0.23.0
28
==================
39

regex.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.23.0"
3+
version = "0.24.0"
44
author = "Esteban Castro Borsani (@nitely)"
55
description = "Linear time regex matching"
66
license = "MIT"

0 commit comments

Comments
 (0)