Skip to content

Commit f907233

Browse files
Release 1.1.0
1 parent 88753a1 commit f907233

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## What's New? ##
1616

17-
* The latest version ([1.0.0](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.0.0))
17+
* The latest version ([1.1.0](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.1.0))
1818
is now available at the [Maven Central Repository](https://search.maven.org/search?q=regexp-gen).
1919

2020
## What Is It? ##
@@ -257,4 +257,7 @@ matches will always lie between the given limits. Instead, `RegExpGen` makes a s
257257

258258
* Sequences of multiple consecutive look-ahead/behind assertions are not supported.
259259

260+
* Back references to capturing groups are not supported. No distinction is made between capturing
261+
and non-capturing groups, and group names are ignored.
262+
260263

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.cornutum.regexp</groupId>
88
<artifactId>regexp-gen</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.0.1-SNAPSHOT</version>
10+
<version>1.1.0</version>
1111

1212
<name>RegExpGen</name>
1313
<description>Generates strings that match a regular expression</description>

0 commit comments

Comments
 (0)