Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 31, 2024
1 parent 748067f commit 12f4e53
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.2"
".": "0.9.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## [0.9.0](https://github.com/supabase/storage-py/compare/v0.8.2...v0.9.0) (2024-10-28)


### Features

* remove methods from the bucket object ([#305](https://github.com/supabase/storage-py/issues/305)) ([faa914d](https://github.com/supabase/storage-py/commit/faa914dfc460bdc6a63955e8affbb1275f1e984f))


### Bug Fixes

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

## [0.8.2](https://github.com/supabase/storage-py/compare/v0.8.1...v0.8.2) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
name = "storage3"
readme = "README.md"
repository = "https://github.com/supabase/storage-py"
version = "0.8.2" # {x-release-please-version}
version = "0.9.0" # {x-release-please-version}


[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion storage3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2" # {x-release-please-version}
__version__ = "0.9.0" # {x-release-please-version}

0 comments on commit 12f4e53

Please sign in to comment.