Skip to content

Commit 5812fcc

Browse files
authored
Bump to 0.9.3 (#534)
Includes #532
1 parent 5b1a145 commit 5812fcc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.3] - 2024-05-27
4+
5+
### Fixes :bug:
6+
7+
- Fix reprojecting GeoArrow input by @kylebarron in https://github.com/developmentseed/lonboard/pull/532
8+
9+
**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.9.2...v0.9.3
10+
311
## [0.9.2] - 2024-05-14
412

513
### Fixes :bug:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "Fast, interactive geospatial data visualization in Jupyter."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)