Skip to content

Commit 605f09f

Browse files
authored
chore(pyo3-object_store): Bump to 0.6.0 (#549)
* chore(pyo3-object_store): Bump to 0.6.0 * Update changelog
1 parent 1be2543 commit 605f09f

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines 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.

pyo3-object_store/CHANGELOG.md

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

3+
## [0.6.0] - 2025-09-02
4+
5+
### Breaking changes :wrench:
6+
7+
- Don't percent-encode paths. The implementation of `FromPyObject` for `PyPath` now uses `Path::parse` instead of `Path::from` under the hood. #524
8+
- Bump to pyo3 0.26.
9+
10+
### Other
11+
12+
- Configurable warning on PyExternalObjectStore creation #550
13+
314
## [0.5.0] - 2025-05-19
415

516
- Bump to pyo3 0.25.

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.5.0"
3+
version = "0.6.0"
44
authors = ["Kyle Barron <[email protected]>"]
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
@@ -69,5 +69,6 @@ We don't yet have a _great_ solution here for reusing the store builder type hin
6969
| 0.3.x | **0.23** :warning: | **0.11** :warning: |
7070
| 0.4.x | 0.24 | **0.11** :warning: |
7171
| 0.5.x | 0.25 | 0.12 |
72+
| 0.6.x | 0.26 | 0.12 |
7273

7374
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)