Skip to content

Commit

Permalink
Bump version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Apr 30, 2024
1 parent 908df38 commit 884632b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
Older versions are detailed as [GitHub
releases](https://github.com/mudge/re2/releases) for this project.

## [2.11.0] - 2024-04-30
### Changed
- Upgrade the bundled version of RE2 to 2024-05-01.

## [2.10.0] - 2024-04-01
### Changed
- Upgrade the bundled version of RE2 to 2024-04-01.
Expand Down Expand Up @@ -253,6 +257,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
### Fixed
- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings

[2.11.0]: https://github.com/mudge/re2/releases/tag/v2.11.0
[2.10.0]: https://github.com/mudge/re2/releases/tag/v2.10.0
[2.9.0]: https://github.com/mudge/re2/releases/tag/v2.9.0
[2.8.0]: https://github.com/mudge/re2/releases/tag/v2.8.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Python".

[![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mudge/re2/actions)

**Current version:** 2.10.0
**Bundled RE2 version:** libre2.11 (2024-04-01)
**Current version:** 2.11.0
**Bundled RE2 version:** libre2.11 (2024-05-01)

```ruby
RE2('h.*o').full_match?("hello") #=> true
Expand Down Expand Up @@ -261,7 +261,7 @@ This gem requires the following to run:

It supports the following RE2 ABI versions:

* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2024-04-01)
* libre2.0 (prior to release 2020-03-02) to libre2.11 (2023-07-01 to 2024-05-01)

### Native gems

Expand Down
2 changes: 1 addition & 1 deletion lib/re2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@


module RE2
VERSION = "2.10.0"
VERSION = "2.11.0"
end

0 comments on commit 884632b

Please sign in to comment.