Skip to content

Commit 38cf3a6

Browse files
authored
chore: Prepare obstore v0.7.2 (#518)
1 parent c39c8d1 commit 38cf3a6

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
## [0.7.2] - 2025-07-31
6+
7+
### What's Changed
8+
9+
- feat(fsspec): `FsspecStore.modified()` by @keen85 in https://github.com/developmentseed/obstore/pull/517
10+
11+
### New Contributors
12+
13+
- @keen85 made their first contribution in https://github.com/developmentseed/obstore/pull/517
14+
15+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.7.1...py-v0.7.2
16+
517
## [0.7.1] - 2025-07-24
618

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

24-
## New Contributors
36+
### New Contributors
2537

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

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.7.1"
3+
version = "0.7.2"
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)