Skip to content

Commit

Permalink
Release v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Dec 4, 2023
1 parent 69a7f05 commit 5c60c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.3] - 2023-12-04 - Janosch Müller

### Fixed

- fixed scanner errors for insignificant leading zeros in numerical group refs
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
class Regexp
class Parser
VERSION = '2.8.2'
VERSION = '2.8.3'
end
end

0 comments on commit 5c60c67

Please sign in to comment.