Skip to content

Commit b2ff9d3

Browse files
authored
Release v4.3.2 (#187)
1 parent 38ddc74 commit b2ff9d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.2] - 2025-10-10
99
### Changed
1010
- Added option to build and publish as an Android module into h3-android. (#184)
1111

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.1</version>
21+
<version>4.3.2</version>
2222
</dependency>
2323
```
2424

2525
Or, using Gradle:
2626

2727
```gradle
28-
compile("com.uber:h3:4.3.1")
28+
compile("com.uber:h3:4.3.2")
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,4 +5,4 @@
55
org.gradle.configuration-cache=false
66

77
# No spaces on the following line, needed by release.yml:
8-
version=4.3.2-SNAPSHOT
8+
version=4.3.2

0 commit comments

Comments
 (0)