Skip to content

Commit 12f4e53

Browse files
chore(main): release 0.9.0 (#306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 748067f commit 12f4e53

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.8.2"
2+
".": "0.9.0"
33
}

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/supabase/storage-py/compare/v0.8.2...v0.9.0) (2024-10-28)
4+
5+
6+
### Features
7+
8+
* remove methods from the bucket object ([#305](https://github.com/supabase/storage-py/issues/305)) ([faa914d](https://github.com/supabase/storage-py/commit/faa914dfc460bdc6a63955e8affbb1275f1e984f))
9+
10+
11+
### Bug Fixes
12+
13+
* add correct return data for upload to signed url ([#309](https://github.com/supabase/storage-py/issues/309)) ([748067f](https://github.com/supabase/storage-py/commit/748067f791a86a4298dd9075227a1be98c0ca4cc))
14+
* add search params to list buckets method ([#308](https://github.com/supabase/storage-py/issues/308)) ([fca2f00](https://github.com/supabase/storage-py/commit/fca2f005f3857e0f96b0505ab83474e3cf5e5e18))
15+
* upload and update method returns correct response body ([#307](https://github.com/supabase/storage-py/issues/307)) ([a9e874a](https://github.com/supabase/storage-py/commit/a9e874a12fd448d2eb3e48df2a80e187b9f41fbb))
16+
317
## [0.8.2](https://github.com/supabase/storage-py/compare/v0.8.1...v0.8.2) (2024-10-18)
418

519

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.8.2" # {x-release-please-version}
21+
version = "0.9.0" # {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.8.2" # {x-release-please-version}
1+
__version__ = "0.9.0" # {x-release-please-version}

0 commit comments

Comments
 (0)