File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.10.0] - 2024-04-01
9+ ### Changed
10+ - Upgrade the bundled version of RE2 to 2024-04-01.
11+ - Refactor how we statically link RE2 into the gem to also include any
12+ preprocessor and compiler flags specified by its pkg-config file.
13+ - Ensure the gem compiles when frozen strings are enabled.
14+
815## [ 2.9.0] - 2024-02-29
916### Changed
1017- Upgrade the bundled version of RE2 to 2024-03-01.
@@ -246,6 +253,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
246253### Fixed
247254- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings
248255
256+ [ 2.10.0 ] : https://github.com/mudge/re2/releases/tag/v2.10.0
249257[ 2.9.0 ] : https://github.com/mudge/re2/releases/tag/v2.9.0
250258[ 2.8.0 ] : https://github.com/mudge/re2/releases/tag/v2.8.0
251259[ 2.7.0 ] : https://github.com/mudge/re2/releases/tag/v2.7.0
Original file line number Diff line number Diff line change 66
77[ ![ Build Status] ( https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/mudge/re2/actions )
88
9- ** Current version:** 2.9 .0
10- ** Bundled RE2 version:** libre2.11 (2024-03 -01)
9+ ** Current version:** 2.10 .0
10+ ** Bundled RE2 version:** libre2.11 (2024-04 -01)
1111
1212``` ruby
1313RE2 (' h.*o' ).full_match?(" hello" ) # => true
@@ -261,7 +261,7 @@ This gem requires the following to run:
261261
262262It supports the following RE2 ABI versions:
263263
264- * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2024-03 -01)
264+ * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2024-04 -01)
265265
266266### Native gems
267267
Original file line number Diff line number Diff line change 1010
1111
1212module RE2
13- VERSION = "2.9 .0"
13+ VERSION = "2.10 .0"
1414end
You can’t perform that action at this time.
0 commit comments