Skip to content

Commit

Permalink
Bump version to v2.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu authored and mudge committed Sep 10, 2023
1 parent e96f597 commit a3c7531
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.0.0.beta2] - 2023-09-10
### Added
- Restored support for Ruby 2.6.

### Changed
- Upgraded the vendored version of RE2 to 2023-09-01.

### Fixed
- When using the Ruby platform gem (skipping the precompiled, native gems) and
opting out of the vendored dependencies in favour of a system install of
RE2 with `--enable-system-libraries`, the gem will now compile correctly
against the library if it is installed in Ruby's `exec_prefix` directory.
(Thanks to Stan Hu.)

## [2.0.0.beta1] - 2023-09-08
### Added
- The gem now comes bundled with the underlying re2 library and its dependency,
Expand Down Expand Up @@ -99,6 +113,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.0.0.beta2]: https://github.com/mudge/re2/releases/tag/v2.0.0.beta2
[2.0.0.beta1]: https://github.com/mudge/re2/releases/tag/v2.0.0.beta1
[1.7.0]: https://github.com/mudge/re2/releases/tag/v1.7.0
[1.6.0]: https://github.com/mudge/re2/releases/tag/v1.6.0
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.0.0.beta1"
VERSION = "2.0.0.beta2"
end

0 comments on commit a3c7531

Please sign in to comment.