Skip to content

Commit

Permalink
Prepare 3.6.3 release (#60)
Browse files Browse the repository at this point in the history
* Prepare 3.6.3 release
  • Loading branch information
boyxgc authored Jan 13, 2020
1 parent 8659e1c commit 4ed1648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
for the Linux x64 and Darwin x64 platforms.

## [Unreleased]

## [3.6.3] - 2020-01-10
## Changed
- Avoid realoding the native library once loaded (#58)
- Avoid reloading the native library once loaded (#58)

## [3.6.2] - 2019-12-16
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Add it to your pom.xml:
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
</dependency>
```

Or, using Gradle:

```gradle
compile("com.uber:h3:3.6.2")
compile("com.uber:h3:3.6.3")
```

Encode a location into a hexagon address:
Expand Down

0 comments on commit 4ed1648

Please sign in to comment.