Skip to content

Commit b67e4fc

Browse files
committed
Bump version to 2.19.0
1 parent 201c108 commit b67e4fc

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
55
Older versions are detailed as [GitHub
66
releases](https://github.com/mudge/re2/releases) for this project.
77

8+
## [2.19.0] - 2025-08-07
9+
### Changed
10+
- Upgrade the bundled version of RE2 to 2025-08-05. Note this now requires
11+
CMake 3.22 or newer when compiling yourself.
12+
813
## [2.18.0] - 2025-08-03
914
### Changed
1015
- Upgrade the bundled version of RE2 to 2025-07-22.
@@ -318,6 +323,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
318323
### Fixed
319324
- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings
320325

326+
[2.19.0]: https://github.com/mudge/re2/releases/tag/v2.19.0
321327
[2.18.0]: https://github.com/mudge/re2/releases/tag/v2.18.0
322328
[2.17.0]: https://github.com/mudge/re2/releases/tag/v2.17.0
323329
[2.16.0]: https://github.com/mudge/re2/releases/tag/v2.16.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Python".
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.18.0
10-
**Bundled RE2 version:** libre2.11 (2025-07-22)
9+
**Current version:** 2.19.0
10+
**Bundled RE2 version:** libre2.11 (2025-08-05)
1111

1212
```ruby
1313
RE2('h.*o').full_match?("hello") #=> true
@@ -264,7 +264,7 @@ This gem requires the following to run:
264264

265265
It supports the following RE2 ABI versions:
266266

267-
* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-07-22)
267+
* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2025-08-05)
268268

269269
### Native gems
270270

lib/re2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111

1212
module RE2
13-
VERSION = "2.18.0"
13+
VERSION = "2.19.0"
1414
end

0 commit comments

Comments
 (0)