Skip to content

Commit

Permalink
chore(main): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 24, 2024
1 parent c58fbb0 commit 5a62d53
Show file tree
Hide file tree
Showing 4 changed files with 16 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.10.0"
".": "0.11.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## [0.11.0](https://github.com/supabase/storage-py/compare/v0.10.0...v0.11.0) (2024-12-24)


### Features

* Implement info and exists file API methods ([#318](https://github.com/supabase/storage-py/issues/318)) ([0100ff1](https://github.com/supabase/storage-py/commit/0100ff10af7fc86cb6286269a7b91195e0393d3a))


### Bug Fixes

* file name in signed URLs is not URI-encoded ([#324](https://github.com/supabase/storage-py/issues/324)) ([c58fbb0](https://github.com/supabase/storage-py/commit/c58fbb0afcff087616d5913c3953e849bb2f6885))
* upload doesn't close file handle ([#323](https://github.com/supabase/storage-py/issues/323)) ([02ae7fc](https://github.com/supabase/storage-py/commit/02ae7fca681d3f73211c3a500145ed395a159ec3))

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


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.10.0" # {x-release-please-version}
version = "0.11.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.10.0" # {x-release-please-version}
__version__ = "0.11.0" # {x-release-please-version}

0 comments on commit 5a62d53

Please sign in to comment.