Skip to content

Commit 372b6df

Browse files
committed
Update CHANGELOG and bump version to 1.3.0
1 parent 9d6c9f0 commit 372b6df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
55
Older versions are detailed as [GitHub
66
releases](https://github.com/mudge/re2/releases) for this project.
77

8+
## [1.3.0] - 2021-03-12
9+
### Added
10+
- Add Homebrew's prefix on Apple Silicon and /usr as fallback locations
11+
searched when looking for the underlying re2 library if not found in
12+
/usr/local
13+
814
## [1.2.0] - 2020-04-18
915
### Changed
1016
- Stop using the now-deprecated utf8 API and re-implement it in terms of the
@@ -56,6 +62,7 @@ releases](https://github.com/mudge/re2/releases) for this project.
5662
### Fixed
5763
- In Ruby 1.9.2 and later, re2 will now set the correct encoding for strings
5864

65+
[1.3.0]: https://github.com/mudge/re2/releases/tag/v1.3.0
5966
[1.2.0]: https://github.com/mudge/re2/releases/tag/v1.2.0
6067
[1.1.1]: https://github.com/mudge/re2/releases/tag/v1.1.1
6168
[1.1.0]: https://github.com/mudge/re2/releases/tag/v1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ re2 [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/ba
44
A Ruby binding to [re2][], an "efficient, principled regular expression
55
library".
66

7-
**Current version:** 1.2.0
7+
**Current version:** 1.3.0
88
**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
99
**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)
1010

re2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = "re2"
33
s.summary = "Ruby bindings to re2."
44
s.description = 'Ruby bindings to re2, "an efficient, principled regular expression library".'
5-
s.version = "1.2.0"
5+
s.version = "1.3.0"
66
s.authors = ["Paul Mucur"]
77
s.homepage = "https://github.com/mudge/re2"
88
s.extensions = ["ext/re2/extconf.rb"]

0 commit comments

Comments
 (0)