Skip to content

Commit 12efefd

Browse files
authoredAug 5, 2019
Release v3.5.1 (#61)
1 parent 8e06f14 commit 12efefd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
We track the MAJOR and MINOR version levels of Uber's H3 project (https://github.com/uber/h3) but maintain independent patch levels so we can make small fixes and non breaking changes.
88

9+
## [3.5.1] - 2019-8-5
10+
### Changed
11+
- Renamed 26 methods to be more idiomatic with Ruby conventions. The old names are deprecated until 2020 when they will be removed (#59).
12+
- Added Zeitwerk as the code loader.
13+
914
## [3.5.0] - 2019-7-25
1015
### Added
1116
- `h3_faces` and `max_face_count` support (#56)

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
h3 (3.5.0)
4+
h3 (3.5.1)
55
ffi (~> 1.9)
66
rgeo-geojson (~> 2.1)
77
zeitwerk (~> 2.1.9)

‎lib/h3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module H3
2-
VERSION = "3.5.0".freeze
2+
VERSION = "3.5.1".freeze
33
end

0 commit comments

Comments
 (0)
Failed to load comments.