From 5812fcc4957f84436a97c79580cddcff25655f31 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 27 May 2024 08:45:48 -0400 Subject: [PATCH] Bump to 0.9.3 (#534) Includes https://github.com/developmentseed/lonboard/pull/532 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018164a8..d65678a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.3] - 2024-05-27 + +### Fixes :bug: + +- Fix reprojecting GeoArrow input by @kylebarron in https://github.com/developmentseed/lonboard/pull/532 + +**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.9.2...v0.9.3 + ## [0.9.2] - 2024-05-14 ### Fixes :bug: diff --git a/pyproject.toml b/pyproject.toml index 51a9859a..ae03686f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lonboard" -version = "0.9.2" +version = "0.9.3" description = "Fast, interactive geospatial data visualization in Jupyter." authors = ["Kyle Barron "] license = "MIT"