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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ 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.3.0] - 2019-1-4
9
+
## [3.3.1] - 2019-1-4
10
10
### Added
11
11
-`h3_line` and `h3_line_size` support (#43).
12
12
### Changed
@@ -15,6 +15,8 @@ We track the MAJOR and MINOR version levels of Uber's H3 project (https://github
15
15
- Include and compile H3 when gem installs (#45). The gem will use a locally built .so and ignore any H3 versions that are installed on the system. This is achieved by submoduling the H3 C code and updating to the matching version tag.
0 commit comments