diff --git a/CHANGELOG.md b/CHANGELOG.md index bf76b754..2f99dace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## [0.9.4] - 2026-04-22 + +### What's Changed + +- fix: Fix path parsing for copy, rename by @kylebarron in https://github.com/developmentseed/obstore/pull/672 + +**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.9.3...py-v0.9.4 + ## [0.9.3] - 2026-04-15 ### What's Changed diff --git a/Cargo.lock b/Cargo.lock index 2601b3f1..58f181c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "obstore" -version = "0.9.3" +version = "0.9.4" dependencies = [ "arrow", "bytes", diff --git a/obstore/Cargo.toml b/obstore/Cargo.toml index 5539fe53..6585fb73 100644 --- a/obstore/Cargo.toml +++ b/obstore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obstore" -version = "0.9.3" +version = "0.9.4" authors = { workspace = true } edition = { workspace = true } description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."