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 f3c3a79 commit c5094a8Copy full SHA for c5094a8
CHANGELOG.md
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.11.3] - 2025-09-15 - Janosch Müller
11
+
12
### Fixed
13
14
- correctly emit backslash-escaped UTF8 characters in character classes as one token (#104)
15
+ * thanks to [Earlopain](https://github.com/Earlopain) for the report and fix
16
17
## [2.11.2] - 2025-08-12 - Janosch Müller
18
lib/regexp_parser/version.rb
@@ -2,6 +2,6 @@
2
3
class Regexp
4
class Parser
5
- VERSION = '2.11.2'
+ VERSION = '2.11.3'
6
end
0 commit comments