diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4e3823..520bc98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.9.16", + ".": "0.9.17", "duckdb-extensions": "1.5.1-0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 100f084..ffb3553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.17](https://github.com/stac-utils/rustac-py/compare/v0.9.16...v0.9.17) (2026-08-18) + + +### Bug Fixes + +* write covering in geoparquet ([#339](https://github.com/stac-utils/rustac-py/issues/339)) ([03d57ee](https://github.com/stac-utils/rustac-py/commit/03d57ee2c91179761490161463dc79b135bb5458)) + + +### Documentation + +* fix problems and missing stuff ([#337](https://github.com/stac-utils/rustac-py/issues/337)) ([0c333f2](https://github.com/stac-utils/rustac-py/commit/0c333f2a50faf38dbff8779cd3d1deb0bed40975)) + ## [0.9.16](https://github.com/stac-utils/rustac-py/compare/v0.9.15...v0.9.16) (2026-07-28) diff --git a/Cargo.lock b/Cargo.lock index a378399..2299bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3960,7 +3960,7 @@ dependencies = [ [[package]] name = "rustac-py" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-stream", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index 78d00f9..14f119c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustac-py" -version = "0.9.16" +version = "0.9.17" edition = "2024" description = "pyo3 bindings for the rustac family of crates" license = "MIT OR Apache-2.0"