File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
5
5
Older versions are detailed as [ GitHub
6
6
releases] ( https://github.com/mudge/re2/releases ) for this project.
7
7
8
+ ## [ 2.18.0] - 2025-08-03
9
+ ### Changed
10
+ - Upgrade the bundled version of RE2 to 2025-07-22.
11
+
8
12
## [ 2.17.0] - 2025-07-18
9
13
### Changed
10
14
- Upgrade the bundled version of RE2 to 2025-07-17.
@@ -314,6 +318,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
314
318
### Fixed
315
319
- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings
316
320
321
+ [ 2.18.0 ] : https://github.com/mudge/re2/releases/tag/v2.18.0
317
322
[ 2.17.0 ] : https://github.com/mudge/re2/releases/tag/v2.17.0
318
323
[ 2.16.0 ] : https://github.com/mudge/re2/releases/tag/v2.16.0
319
324
[ 2.15.0 ] : https://github.com/mudge/re2/releases/tag/v2.15.0
Original file line number Diff line number Diff line change 6
6
7
7
[ ![ Build Status] ( https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/mudge/re2/actions )
8
8
9
- ** Current version:** 2.17 .0
10
- ** Bundled RE2 version:** libre2.11 (2025-07-17 )
9
+ ** Current version:** 2.18 .0
10
+ ** Bundled RE2 version:** libre2.11 (2025-07-22 )
11
11
12
12
``` ruby
13
13
RE2 (' h.*o' ).full_match?(" hello" ) # => true
@@ -264,7 +264,7 @@ This gem requires the following to run:
264
264
265
265
It supports the following RE2 ABI versions:
266
266
267
- * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-07-17 )
267
+ * libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-07-22 )
268
268
269
269
### Native gems
270
270
Original file line number Diff line number Diff line change 10
10
11
11
12
12
module RE2
13
- VERSION = "2.17 .0"
13
+ VERSION = "2.18 .0"
14
14
end
You can’t perform that action at this time.
0 commit comments