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 2d0c9a5 commit 2d196c1Copy full SHA for 2d196c1
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.9.1] - 2024-05-11 - Janosch Müller
11
+
12
+### Fixed
13
14
+- fixed unnecessary `$LOAD_PATH` searches at load time
15
+ * thanks to [Koichi ITO](https://github.com/koic)
16
17
## [2.9.0] - 2024-01-07 - Janosch Müller
18
19
### Added
lib/regexp_parser/version.rb
@@ -1,5 +1,5 @@
1
class Regexp
2
class Parser
3
- VERSION = '2.9.0'
+ VERSION = '2.9.1'
4
end
5
0 commit comments