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 437d9f1 commit 8766c03Copy full SHA for 8766c03
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.9.0] - 2024-01-07 - Janosch Müller
11
+
12
### Added
13
14
- all expressions now respond to `#negative?` / `#negated?`
lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
1
class Regexp
2
class Parser
3
- VERSION = '2.8.3'
+ VERSION = '2.9.0'
4
end
5
0 commit comments