Skip to content

Commit 3ab577c

Browse files
authored
chore: Prepare 0.10.1 (#716)
1 parent 56a85c9 commit 3ab577c

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.10.1] - 2026-06-09
6+
7+
### What's Changed
8+
9+
* perf: reuse self as local store for the file protocol in fsspec by @kirchik47 in https://github.com/developmentseed/obstore/pull/713
10+
* test: Fix flakey planetary computer test by @kylebarron in https://github.com/developmentseed/obstore/pull/715
11+
* fix: resolve relative local paths in FsspecStore('file') by @kirchik47 in https://github.com/developmentseed/obstore/pull/712
12+
13+
### New Contributors
14+
15+
* @kirchik47 made their first contribution in https://github.com/developmentseed/obstore/pull/713
16+
17+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.10.0...py-v0.10.1
18+
519
## [0.10.0] - 2026-06-01
620

721
* feat: Add storage class Attribute by @kylebarron in https://github.com/developmentseed/obstore/pull/685

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.

obstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "obstore"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."

0 commit comments

Comments
 (0)