Skip to content

Commit 8a3d2c8

Browse files
chore(main): release 0.11.0 (#326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4da3ce4 commit 8a3d2c8

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## [0.11.0](https://github.com/supabase/storage-py/compare/v0.10.0...v0.11.0) (2024-12-30)
4+
5+
6+
### Features
7+
8+
* add custom-metadata to upload ([#328](https://github.com/supabase/storage-py/issues/328)) ([d4f9794](https://github.com/supabase/storage-py/commit/d4f979492f94cab6402cf158a41172ef46d68559))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
* incorrect upload return type ([#327](https://github.com/supabase/storage-py/issues/327)) ([eb8034f](https://github.com/supabase/storage-py/commit/eb8034f4f2ae4fdb2b12b3dc048d2cf4080fc193))
16+
* upload doesn't close file handle ([#323](https://github.com/supabase/storage-py/issues/323)) ([02ae7fc](https://github.com/supabase/storage-py/commit/02ae7fca681d3f73211c3a500145ed395a159ec3))
17+
318
## [0.10.0](https://github.com/supabase/storage-py/compare/v0.9.0...v0.10.0) (2024-11-22)
419

520

pyproject.toml

+1-1
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.10.0" # {x-release-please-version}
21+
version = "0.11.0" # {x-release-please-version}
2222

2323

2424
[tool.poetry.dependencies]

storage3/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0" # {x-release-please-version}
1+
__version__ = "0.11.0" # {x-release-please-version}

0 commit comments

Comments
 (0)