Skip to content

Commit 5819904

Browse files
authored
chore: Bump pyo3-object_store to 0.7 (#586)
1 parent f1970d9 commit 5819904

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.

pyo3-object_store/CHANGELOG.md

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

3+
## [0.7.0] - 2025-10-23
4+
5+
- Bump to pyo3 0.27.
6+
37
## [0.6.0] - 2025-09-02
48

59
### Breaking changes :wrench:

pyo3-object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-object_store"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Kyle Barron <kyle@developmentseed.org>"]
55
edition = "2021"
66
description = "object_store integration for pyo3."

pyo3-object_store/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ We don't yet have a _great_ solution here for reusing the store builder type hin
7070
| 0.4.x | 0.24 | **0.11** :warning: |
7171
| 0.5.x | 0.25 | 0.12 |
7272
| 0.6.x | 0.26 | 0.12 |
73+
| 0.7.x | 0.27 | 0.12 |
7374

7475
Note that 0.3.x and 0.4.x are compatibility releases to use `pyo3-object_store` with older versions of `pyo3` and `object_store`.

0 commit comments

Comments
 (0)