Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit dbb3d92

Browse files
author
github-actions
committed
0.6.1
Automatically generated by python-semantic-release
1 parent bab90b6 commit dbb3d92

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## v0.6.1 (2023-10-02)
6+
7+
### Documentation
8+
9+
* docs: fix name of URLOptions type ([`5430e92`](https://github.com/supabase-community/storage-py/commit/5430e920492e6616ce833318daef44176b282401))
10+
11+
### Fix
12+
13+
* fix: make precommit ignore markdown files ([`d2530fe`](https://github.com/supabase-community/storage-py/commit/d2530fe4b661e9b43dc6a0e124ac60ab3ffc64c9))
14+
15+
* fix: pass cache-control as formdata ([`9910fe0`](https://github.com/supabase-community/storage-py/commit/9910fe0d9e88c60798773d42a4449b1df62068ed))
16+
17+
* fix: use correct Any for typehint ([`5ad2ae8`](https://github.com/supabase-community/storage-py/commit/5ad2ae8ed67b6f8fe60ceff8ff6a85d92ac36725))
18+
19+
### Unknown
20+
21+
* Merge pull request #154 from supabase-community/fix/cache-control
22+
23+
fix: send cache-control as form data ([`bab90b6`](https://github.com/supabase-community/storage-py/commit/bab90b67f49631f7a8b2f77998a205b9d9029926))
24+
25+
526
## v0.6.0 (2023-09-28)
627

728
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
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-community/storage-py"
21-
version = "0.6.0"
21+
version = "0.6.1"
2222

2323
[tool.poetry.dependencies]
2424
httpx = ">=0.24,<0.26"

0 commit comments

Comments
 (0)