Skip to content

Commit

Permalink
Bump version to 2.15.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Dec 15, 2024
1 parent 974a528 commit 90aaf83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.15.0.rc1] - 2024-12-15
### Added
- Add support for Ruby 3.4.0-rc1 in the precompiled native gem for all
supported platforms.

### Changed
- The precompiled native gems now require glibc 2.29+ for x86-linux and x86_64-linux.

## [2.14.0] - 2024-08-02
### Changed
- Upgrade the bundled version of Abseil to 20240722.0, removing the need to
Expand Down Expand Up @@ -279,6 +287,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.15.0.rc1]: https://github.com/mudge/re2/releases/tag/v2.15.0.rc1
[2.14.0]: https://github.com/mudge/re2/releases/tag/v2.14.0
[2.13.2]: https://github.com/mudge/re2/releases/tag/v2.13.2
[2.13.1]: https://github.com/mudge/re2/releases/tag/v2.13.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.14.0
**Current version:** 2.15.0.rc1
**Bundled RE2 version:** libre2.11 (2024-07-02)

```ruby
Expand Down Expand Up @@ -257,7 +257,7 @@ RE2(non_latin1_pattern.encode("ISO-8859-1"), utf8: false).match(non_latin1_text.

This gem requires the following to run:

* [Ruby](https://www.ruby-lang.org/en/) 2.6 to 3.3
* [Ruby](https://www.ruby-lang.org/en/) 2.6 to 3.4.0-rc1

It supports the following RE2 ABI versions:

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.14.0"
VERSION = "2.15.0.rc1"
end

0 comments on commit 90aaf83

Please sign in to comment.