This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ license = "MIT"
1818name = " storage3"
1919readme = " README.md"
2020repository = " https://github.com/supabase-community/storage-py"
21- version = " 0.6.0 "
21+ version = " 0.6.1 "
2222
2323[tool .poetry .dependencies ]
2424httpx = " >=0.24,<0.26"
You can’t perform that action at this time.
0 commit comments