Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar committed Jun 7, 2020
1 parent ae68d66 commit 35d25d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
## [Unreleased]

### [1.7.1] - 2020-06-07 - [Ammar Ali](mailto:ammarabuali@gmail.com)

### Fixed

- Support for literals that include the unescaped delimiters `{`, `}`, and `]`. These
delimiters are informally supported by various regexp engines.

### [1.7.0] - 2020-02-23 - [Janosch Müller](mailto:janosch84@gmail.com)

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
class Regexp
class Parser
VERSION = '1.7.0'
VERSION = '1.7.1'
end
end

0 comments on commit 35d25d3

Please sign in to comment.