From 344f598a7f9c7bc2cb18d3d73ba3d38b475e73e8 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Thu, 22 Dec 2022 10:40:53 -0800 Subject: [PATCH 1/2] Prepare for release 4.1.0 --- CHANGELOG.md | 2 ++ VERSION | 2 +- website/docs/installation.mdx | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4c06d8..c2dd84362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The public API of this library consists of the functions declared in file [h3api.h.in](./src/h3lib/include/h3api.h.in). ## [Unreleased] + +## [4.1.0] - 2023-01-03 ### Added - Functions for `cellToChildPos` and `childPosToCell` (#719) diff --git a/VERSION b/VERSION index 1454f6ed4..ee74734aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1 +4.1.0 diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index bacd9a06a..c4a901105 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -49,14 +49,14 @@ Using Maven, add the following to your `pom.xml` file: com.uber h3 - 3.7.1 + 4.1.0 ``` Using Gradle, add the following to your build script: ```gradle -compile("com.uber:h3:3.7.1") +compile("com.uber:h3:4.1.0") ``` From 3da10894a578a6a1b5ee843708204c8ec8018535 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Wed, 18 Jan 2023 06:48:16 -0800 Subject: [PATCH 2/2] update release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2dd84362..782efb437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The public API of this library consists of the functions declared in file ## [Unreleased] -## [4.1.0] - 2023-01-03 +## [4.1.0] - 2023-01-18 ### Added - Functions for `cellToChildPos` and `childPosToCell` (#719)