Skip to content

Commit f23c644

Browse files
committed
Release v2.9.3
1 parent aa5563f commit f23c644

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1018
## [2.9.2] - 2024-05-15 - Janosch Müller
1119

1220
### Fixed

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.9.2'
3+
VERSION = '2.9.3'
44
end
55
end

0 commit comments

Comments
 (0)