Skip to content

Commit 2d196c1

Browse files
committed
Release v2.9.1
1 parent 2d0c9a5 commit 2d196c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1017
## [2.9.0] - 2024-01-07 - Janosch Müller
1118

1219
### Added

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

0 commit comments

Comments
 (0)