Skip to content

Commit fbaeb7f

Browse files
authored
chore: Prepare obstore 0.8.2 release (#564)
1 parent 2a59571 commit fbaeb7f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.8.2] - 2025-09-16
6+
7+
### What's Changed
8+
9+
- Added sdist and wheels for Python 3.14 (except Windows) @kylebarron in https://github.com/developmentseed/obstore/pull/561 and https://github.com/developmentseed/obstore/pull/563
10+
- test: Set up minio-based testing, replace moto by @kylebarron in https://github.com/developmentseed/obstore/pull/553
11+
- chore: Bump ruff to 0.13 by @kylebarron in https://github.com/developmentseed/obstore/pull/562
12+
- docs: Use dictionary syntax for list properties by @mdsumner in https://github.com/developmentseed/obstore/pull/558
13+
14+
### New Contributors
15+
16+
- @mdsumner made their first contribution in https://github.com/developmentseed/obstore/pull/558
17+
18+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.8.1...py-v0.8.2
19+
520
## [0.8.1] - 2025-08-22
621

722
## What's Changed

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.8.1"
3+
version = "0.8.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)