Skip to content

Commit

Permalink
Bump to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Oct 31, 2023
1 parent b3f2dbd commit c7ef817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.3.0] - 2023-10-31
### Changed
- Upgrade the bundled version of RE2 to 2023-11-01.

## [2.2.0] - 2023-10-23
### Changed
- Upgrade the bundled version of Abseil to 20230802.1.
Expand Down Expand Up @@ -176,6 +180,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.3.0]: https://github.com/mudge/re2/releases/tag/v2.3.0
[2.2.0]: https://github.com/mudge/re2/releases/tag/v2.2.0
[2.1.3]: https://github.com/mudge/re2/releases/tag/v2.1.3
[2.1.2]: https://github.com/mudge/re2/releases/tag/v2.1.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Ruby bindings to [RE2][], a "fast, safe, thread-friendly alternative to
backtracking regular expression engines like those used in PCRE, Perl, and
Python".

**Current version:** 2.2.0
**Current version:** 2.3.0
**Supported Ruby versions:** 2.6, 2.7, 3.0, 3.1, 3.2
**Bundled RE2 version:** libre2.11 (2023-09-01)
**Bundled RE2 version:** libre2.11 (2023-11-01)
**Supported RE2 versions:** libre2.0 (< 2020-03-02), libre2.1 (2020-03-02), libre2.6 (2020-03-03), libre2.7 (2020-05-01), libre2.8 (2020-07-06), libre2.9 (2020-11-01), libre2.10 (2022-12-01), libre2.11 (2023-07-01)

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

module RE2
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit c7ef817

Please sign in to comment.