Skip to content

Commit 2d96bab

Browse files
committed
bump 0.13.1
1 parent a33a25b commit 2d96bab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.13.1
2+
==================
3+
4+
* Fix nested non-capturing group repetition #46
5+
* Remove stylecheck config #55
6+
17
v0.13
28
==================
39

README.md

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

3-
[![Build Status](https://img.shields.io/travis/nitely/nim-regex.svg?style=flat-square)](https://travis-ci.org/nitely/nim-regex)
3+
[![Build Status](https://img.shields.io/travis/nitely/nim-regex/master.svg?style=flat-square)](https://travis-ci.org/nitely/nim-regex)
44
[![licence](https://img.shields.io/github/license/nitely/nim-regex.svg?style=flat-square)](https://raw.githubusercontent.com/nitely/nim-regex/master/LICENSE)
55

66
A library for parsing, compiling, and executing regular expressions.

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

0 commit comments

Comments
 (0)