Skip to content

Commit 1c4df54

Browse files
authored
prepapre for release 4.3.1 (#182)
1 parent fb42fa8 commit 1c4df54

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The public API of this library consists of the public functions declared in
55
file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
66
for 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
Or, using Gradle:
2626

2727
```gradle
28-
compile("com.uber:h3:4.3.0")
28+
compile("com.uber:h3:4.3.1")
2929
```
3030

3131
Encode a location into a hexagon address:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
org.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

0 commit comments

Comments
 (0)