Skip to content

Commit

Permalink
Bump version to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Aug 2, 2024
1 parent 829a288 commit 445c84b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.14.0] - 2024-08-02
### Changed
- Upgrade the bundled version of Abseil to 20240722.0, removing the need to
patch it for CMake 3.30.0.

## [2.13.2] - 2024-07-16
### Fixed
- Patch the bundled Abseil to work with CMake 3.30.0.
Expand Down Expand Up @@ -274,6 +279,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.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
[2.13.0]: https://github.com/mudge/re2/releases/tag/v2.13.0
Expand Down
2 changes: 1 addition & 1 deletion 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.13.2
**Current version:** 2.14.0
**Bundled RE2 version:** libre2.11 (2024-07-02)

```ruby
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.13.2"
VERSION = "2.14.0"
end

0 comments on commit 445c84b

Please sign in to comment.