We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc4755 commit 1963e45Copy full SHA for 1963e45
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.6.2] - 2023-01-19 - [Janosch Müller](mailto:janosch84@gmail.com)
11
+
12
### Fixed
13
14
- fixed `SystemStackError` when cloning recursive subexpression calls
lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
1
class Regexp
2
class Parser
3
- VERSION = '2.6.1'
+ VERSION = '2.6.2'
4
end
5
0 commit comments