You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update h3 to 3.5.0
Includes new `h3_faces` and `h3_max_count` methods.
Behind the scenes, `cmake` is given a couple of extra build options
to prevent it from building unnecessary filter binaries and benchmarks.
* Update CHANGELOG.md
Co-Authored-By: Xavier Noria <fxn@hashref.com>
* Update lib/h3/inspection.rb
Co-Authored-By: Xavier Noria <fxn@hashref.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
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.
8
8
9
+
## [3.5.0] - 2019-7-25
10
+
### Added
11
+
-`h3_faces` and `max_face_count` support (#56)
12
+
### Changed
13
+
- New CMake options to prevent unnecessary building of filter apps and benchmarks.
0 commit comments