Skip to content

Commit f636583

Browse files
authored
Bump to 0.5.1 (#374)
1 parent 7b1d9f0 commit f636583

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.1] - 2025-03-17
4+
5+
### Bug fixes :bug:
6+
7+
- Fix import errors for Python 3.9 and 3.10. Update CI. by @kylebarron in https://github.com/developmentseed/obstore/pull/372
8+
9+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.5.0...py-v0.5.1
10+
311
## [0.5.0] - 2025-03-17
412

513
### New Features :magic_wand:

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.5.0"
3+
version = "0.5.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)