Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Mar 12, 2021
1 parent 9d6c9f0 commit 372b6df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
Older versions are detailed as [GitHub
releases](https://github.com/mudge/re2/releases) for this project.

## [1.3.0] - 2021-03-12
### Added
- Add Homebrew's prefix on Apple Silicon and /usr as fallback locations
searched when looking for the underlying re2 library if not found in
/usr/local

## [1.2.0] - 2020-04-18
### Changed
- Stop using the now-deprecated utf8 API and re-implement it in terms of the
Expand Down Expand Up @@ -56,6 +62,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

[1.3.0]: https://github.com/mudge/re2/releases/tag/v1.3.0
[1.2.0]: https://github.com/mudge/re2/releases/tag/v1.2.0
[1.1.1]: https://github.com/mudge/re2/releases/tag/v1.1.1
[1.1.0]: https://github.com/mudge/re2/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ re2 [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/ba
A Ruby binding to [re2][], an "efficient, principled regular expression
library".

**Current version:** 1.2.0
**Current version:** 1.3.0
**Supported Ruby versions:** 1.8.7, 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0
**Supported re2 versions:** libre2.0 (< 2020-03-02), libre2.1 (2020-03-02), libre2.6 (2020-03-03), libre2.7 (2020-05-01), libre2.8 (2020-07-06), libre2.9 (2020-11-01)

Expand Down
2 changes: 1 addition & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "re2"
s.summary = "Ruby bindings to re2."
s.description = 'Ruby bindings to re2, "an efficient, principled regular expression library".'
s.version = "1.2.0"
s.version = "1.3.0"
s.authors = ["Paul Mucur"]
s.homepage = "https://github.com/mudge/re2"
s.extensions = ["ext/re2/extconf.rb"]
Expand Down

0 comments on commit 372b6df

Please sign in to comment.