Skip to content

Commit

Permalink
bump v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Apr 8, 2020
1 parent 7af0bab commit e6efb50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- NIM=1.0.0
- NIM=1.0.2
- NIM=1.0.4
- NIM=1.2.0
before_install:
- docker pull nimlang/nim:$NIM
script:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.14.1
==================

* Fix non-greedy find, issue #61 (v0.14.0 regression)

v0.14
==================

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

0 comments on commit e6efb50

Please sign in to comment.