Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#298)
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 Sep 28, 2024
1 parent 59d733a commit 5fd4100
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.7.7"
".": "0.8.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.8.0](https://github.com/supabase/storage-py/compare/v0.7.7...v0.8.0) (2024-09-28)


### Features

* Proxy support ([#297](https://github.com/supabase/storage-py/issues/297)) ([59d733a](https://github.com/supabase/storage-py/commit/59d733a33145389b763c33985079257be0e3a8c3))

## v0.7.7 (2024-07-14)

### Chore
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.7.7" # {x-release-please-version}
version = "0.8.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.7.7" # {x-release-please-version}
__version__ = "0.8.0" # {x-release-please-version}

0 comments on commit 5fd4100

Please sign in to comment.