Skip to content

Commit 8ef8f5f

Browse files
chore(main): release 0.11.2 (#342)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80ef32f commit 8ef8f5f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.1"
2+
".": "0.11.2"
33
}

CHANGELOG.md

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

3+
## [0.11.2](https://github.com/supabase/storage-py/compare/v0.11.1...v0.11.2) (2025-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* add correct naming for returned data keys ([#339](https://github.com/supabase/storage-py/issues/339)) ([4527da6](https://github.com/supabase/storage-py/commit/4527da69a87da08a13f6630bbdd919d721beef4a))
9+
310
## [0.11.1](https://github.com/supabase/storage-py/compare/v0.11.0...v0.11.1) (2025-01-23)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
name = "storage3"
1919
readme = "README.md"
2020
repository = "https://github.com/supabase/storage-py"
21-
version = "0.11.1" # {x-release-please-version}
21+
version = "0.11.2" # {x-release-please-version}
2222

2323

2424
[tool.poetry.dependencies]

storage3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.1" # {x-release-please-version}
1+
__version__ = "0.11.2" # {x-release-please-version}

0 commit comments

Comments
 (0)