Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#314)
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 Nov 22, 2024
1 parent 7023721 commit 577b7e5
Show file tree
Hide file tree
Showing 4 changed files with 10 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.9.0"
".": "0.10.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.10.0](https://github.com/supabase/storage-py/compare/v0.9.0...v0.10.0) (2024-11-22)


### Features

* add new storage error class ([#313](https://github.com/supabase/storage-py/issues/313)) ([f040f10](https://github.com/supabase/storage-py/commit/f040f10c3a17deec3aa96203c1629174c75b9b00))

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


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.9.0" # {x-release-please-version}
version = "0.10.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.9.0" # {x-release-please-version}
__version__ = "0.10.0" # {x-release-please-version}

0 comments on commit 577b7e5

Please sign in to comment.