File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ The public API of this library consists of the public functions declared in
55file [ H3Core.java] ( ./src/main/java/com/uber/h3core/H3Core.java ) , and support
66for the Linux x64 and Darwin x64 platforms.
77
8- ## Unreleased Changes
8+ ## [ 4.3.1 ] - 2025-08-27
99### Changed
10- - Reverted Ubuntu build to 22.04 for older glibc compatibility.
11- - Upgraded dockcross version for Android 16kb support.
10+ - Upgraded build process for Android 16kb support. (#181 )
11+
12+ ### Fixed
13+ - Fixed the build process crashing at the end of the release. (#181 )
1214
1315## [ 4.3.0] - 2025-08-21
1416### Added
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ Add it to your pom.xml:
1818<dependency >
1919 <groupId >com.uber</groupId >
2020 <artifactId >h3</artifactId >
21- <version >4.3.0 </version >
21+ <version >4.3.1 </version >
2222</dependency >
2323```
2424
2525Or, using Gradle:
2626
2727``` gradle
28- compile("com.uber:h3:4.3.0 ")
28+ compile("com.uber:h3:4.3.1 ")
2929```
3030
3131Encode a location into a hexagon address:
Original file line number Diff line number Diff line change 55org.gradle.configuration-cache =false
66
77# No spaces on the following line, needed by release.yml:
8- version =4.3.1-SNAPSHOT
8+ version =4.3.1
99
You can’t perform that action at this time.
0 commit comments