Skip to content

Commit 7abf6a3

Browse files
committed
bump
1 parent 51c17cf commit 7abf6a3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
nim: [1.6.18, 1.6.20, 2.0.0, 2.0.14, 2.2.0]
15+
nim: [1.6.20, 2.0.14, 2.2.0]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Run Tests

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.26.2
2+
==================
3+
4+
* Performance improvements
5+
16
v0.26.1
27
==================
38

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

0 commit comments

Comments
 (0)