Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## [0.7.2] - 2025-07-31

### What's Changed

- feat(fsspec): `FsspecStore.modified()` by @keen85 in https://github.com/developmentseed/obstore/pull/517

### New Contributors

- @keen85 made their first contribution in https://github.com/developmentseed/obstore/pull/517

**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.7.1...py-v0.7.2

## [0.7.1] - 2025-07-24

### What's Changed
Expand All @@ -21,7 +33,7 @@
- fix: fix pyright config by @pjonsson in https://github.com/developmentseed/obstore/pull/505
- ci: reinstate pyright check by @pjonsson in https://github.com/developmentseed/obstore/pull/510

## New Contributors
### New Contributors

- @pjonsson made their first contribution in https://github.com/developmentseed/obstore/pull/505

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion obstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obstore"
version = "0.7.1"
version = "0.7.2"
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."
Expand Down
Loading