Skip to content

Commit 1963e45

Browse files
committed
Release v2.6.2
1 parent acc4755 commit 1963e45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.6.2] - 2023-01-19 - [Janosch Müller](mailto:janosch84@gmail.com)
11+
1012
### Fixed
1113

1214
- fixed `SystemStackError` when cloning recursive subexpression calls

lib/regexp_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Regexp
22
class Parser
3-
VERSION = '2.6.1'
3+
VERSION = '2.6.2'
44
end
55
end

0 commit comments

Comments
 (0)