File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ for the Linux x64 and Darwin x64 platforms.
88
99## [ Unreleased]
1010
11+ ## [ 3.7.1] - 2021-08-18
1112## Fixed
1213- Fixes for non-English locales (#80 )
1314
Original file line number Diff line number Diff line change 66[ ![ Coverage Status] ( https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master )] ( https://coveralls.io/github/uber/h3-java?branch=master )
77[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE )
88[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.uber/h3 )
9- [ ![ H3 Version] ( https://img.shields.io/badge/h3-v3.7.0 -blue.svg )] ( https://github.com/uber/h3/releases/tag/v3.7.0 )
9+ [ ![ H3 Version] ( https://img.shields.io/badge/h3-v3.7.2 -blue.svg )] ( https://github.com/uber/h3/releases/tag/v3.7.2 )
1010
1111This library provides Java bindings for the [ H3 Core Library] ( https://github.com/uber/h3 ) . For API reference, please see the [ H3 Documentation] ( https://h3geo.org/ ) .
1212
@@ -18,14 +18,14 @@ Add it to your pom.xml:
1818<dependency >
1919 <groupId >com.uber</groupId >
2020 <artifactId >h3</artifactId >
21- <version >3.7.0 </version >
21+ <version >3.7.1 </version >
2222</dependency >
2323```
2424
2525Or, using Gradle:
2626
2727``` gradle
28- compile("com.uber:h3:3.7.0 ")
28+ compile("com.uber:h3:3.7.1 ")
2929```
3030
3131Encode a location into a hexagon address:
You can’t perform that action at this time.
0 commit comments