Skip to content

Commit

Permalink
Bump version to 2.6.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Dec 13, 2023
1 parent c3f049c commit 5773397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.6.0.rc1] - 2023-12-13
### Added
- Add precompiled native gem for Ruby 3.3.0-rc1.

## [2.5.0] - 2023-12-05
### Added
- Add a new matching interface that more closely resembles the underlying RE2
Expand Down Expand Up @@ -222,6 +226,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.6.0.rc1]: https://github.com/mudge/re2/releases/tag/v2.6.0.rc1
[2.5.0]: https://github.com/mudge/re2/releases/tag/v2.5.0
[2.4.3]: https://github.com/mudge/re2/releases/tag/v2.4.3
[2.4.2]: https://github.com/mudge/re2/releases/tag/v2.4.2
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.5.0"
VERSION = "2.6.0.rc1"
end

0 comments on commit 5773397

Please sign in to comment.