diff --git a/CHANGES.rst b/CHANGES.rst index 0c8ef42..8ba17df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,9 @@ Versioning `__. Unreleased ---------- +0.20.0 - 2024-02-03 +------------------- + - Migrate from the unmaintained arrow2 arrow implementation to the official arrow-rs from apache. This comes along with a few changes: - `directededges_to_wkb_lines` and `directededges_to_lines` have been removed. Use the linestring-versions instead. diff --git a/Cargo.toml b/Cargo.toml index cae0039..21e061a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "h3ronpy" -version = "0.19.2" +version = "0.20.0" authors = ["Nico Mandery "] description = "Data science toolkit for the H3 geospatial grid" edition = "2021"