File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
55Older versions are detailed as [ GitHub
66releases] ( https://github.com/mudge/re2/releases ) for this project.
77
8+ ## [ 2.6.0.rc1] - 2023-12-13
9+ ### Added
10+ - Add precompiled native gem for Ruby 3.3.0-rc1.
11+
812## [ 2.5.0] - 2023-12-05
913### Added
1014- Add a new matching interface that more closely resembles the underlying RE2
@@ -222,6 +226,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
222226### Fixed
223227- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings
224228
229+ [ 2.6.0.rc1 ] : https://github.com/mudge/re2/releases/tag/v2.6.0.rc1
225230[ 2.5.0 ] : https://github.com/mudge/re2/releases/tag/v2.5.0
226231[ 2.4.3 ] : https://github.com/mudge/re2/releases/tag/v2.4.3
227232[ 2.4.2 ] : https://github.com/mudge/re2/releases/tag/v2.4.2
Original file line number Diff line number Diff line change 1010
1111
1212module RE2
13- VERSION = "2.5.0 "
13+ VERSION = "2.6.0.rc1 "
1414end
You can’t perform that action at this time.
0 commit comments