Skip to content

Commit f080b19

Browse files
committed
bump to v0.21.0
1 parent 54d9ecc commit f080b19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
v0.21.0
22
==================
33

4+
* Deprecated all of the APIs (except the macro one)
45
* New API (issue #111)
56
* Removed the "capture all group/submatch repetitions" feature.
67
Only the last group repetition is captured.

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.20.2"
3+
version = "0.21.0"
44
author = "Esteban Castro Borsani (@nitely)"
55
description = "Linear time regex matching"
66
license = "MIT"

0 commit comments

Comments
 (0)