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 aa5563f commit f23c644Copy full SHA for f23c644
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.9.3] - 2024-11-29 - Janosch Müller
11
+
12
+### Fixed
13
14
+- fixed positive lookbehinds with character ">" being treated as named groups
15
+ * e.g. `(?<=foo>)`
16
+ * thanks to [Daniel Vandersluis](https://github.com/dvandersluis)
17
18
## [2.9.2] - 2024-05-15 - Janosch Müller
19
20
### Fixed
lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
1
class Regexp
2
class Parser
3
- VERSION = '2.9.2'
+ VERSION = '2.9.3'
4
end
5
0 commit comments