Skip to content

Commit e9bec97

Browse files
authored
chore(python): release 0.1.1 (#15)
1 parent dd7b8e7 commit e9bec97

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.1] - 2025-09-15
4+
5+
- test(python): Add test that register_all does not error #14
6+
37
## [0.1.0] - 2025-09-15
48

59
- Initial release.

python/Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "geodatafusion-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
66
description = "Python bindings for geodatafusion, a geospatial extension to DataFusion"

0 commit comments

Comments
 (0)