Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nitely/nim-regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a45dd3d3daa79344bc6262e863bfc415da3996c
Choose a base ref
..
head repository: nitely/nim-regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 796bbf7a1374b084adb9657130c178fb6859b205
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 README.md
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@ v0.14

* Drop Nim 0.19.0 support (0.19.6 is supported)

v0.13.1
==================

* Fix nested non-capturing group repetition #46
* Remove stylecheck config #55

v0.13
==================

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Regex

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

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