Skip to content

Commit 7dd4d5c

Browse files
authored
chore: Prepare Python 0.5.1 release (#1306)
1 parent 8f24ea1 commit 7dd4d5c

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## [0.5.1] - 2025-08-11
6+
7+
- Build Python 3.13 wheels for Windows https://github.com/geoarrow/geoarrow-rs/pull/1305
8+
59
## [0.5.0] - 2025-08-07
610

711
- Add `get_type_id` to infer geometry types from array #1280

python/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
7-
version = "0.5.0"
7+
version = "0.5.1"
88
edition = "2024"
99
homepage = "https://geoarrow.org/geoarrow-rs/"
1010
repository = "https://github.com/geoarrow/geoarrow-rs"

0 commit comments

Comments
 (0)