Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Apr 24, 2022
1 parent ef32910 commit 2c06986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## [Unreleased]

## [2.3.1] - 2022-04-24 - [Janosch Müller](mailto:janosch84@gmail.com)

### Fixed

- removed five inexistent unicode properties from `Syntax#features`
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
class Regexp
class Parser
VERSION = '2.3.0'
VERSION = '2.3.1'
end
end

0 comments on commit 2c06986

Please sign in to comment.