From 147e2758c5c71cbb0a763c435422d144aa013ed0 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Wed, 4 Dec 2024 16:19:06 -0800 Subject: [PATCH] release 4.2.0 --- CHANGELOG.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abd99eb7..a9d430025 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.2.0] - 2024-12-04 ### Added - Added experimental new algorithm for `polygonToCells`, called `polygonToCellsExperimental`, that supports more containment flags and is more memory-efficient (#785, #800, #947) - `h3` binary for shell scripts ready for use (#818, #826, #846, #923, #924, #931, #933) diff --git a/VERSION b/VERSION index ee74734aa..6aba2b245 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0 +4.2.0