Skip to content

Commit aaa9261

Browse files
authored
chore: Prepare for 0.8.1 release (#542)
1 parent 441b13f commit aaa9261

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.8.1] - 2025-08-22
6+
7+
## What's Changed
8+
9+
- fix: Fix passing down `application_credentials` to GCSStore by @kylebarron in https://github.com/developmentseed/obstore/pull/541
10+
- fix: earthdata token refresh when not redirected by @chuckwondo in https://github.com/developmentseed/obstore/pull/539
11+
12+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.8.0...py-v0.8.1
13+
514
## [0.8.0] - 2025-08-07
615

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