From 445c84b4ceedb0af4426a2bfdd5406b02be66723 Mon Sep 17 00:00:00 2001 From: Paul Mucur Date: Fri, 2 Aug 2024 12:18:30 +0100 Subject: [PATCH] Bump version to 2.14.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- lib/re2/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7322e10..f3bede1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index 88f0826..00ce799 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/re2/version.rb b/lib/re2/version.rb index 2956bf3..ad6c89d 100644 --- a/lib/re2/version.rb +++ b/lib/re2/version.rb @@ -10,5 +10,5 @@ module RE2 - VERSION = "2.13.2" + VERSION = "2.14.0" end