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

Commit ff0e87f

Browse files
author
github-actions
committed
0.7.3
Automatically generated by python-semantic-release
1 parent 7327175 commit ff0e87f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.7.3 (2024-03-11)
6+
7+
### Chore
8+
9+
* chore: update CODEOWNERS to use python-maintainers (#204) ([`4dc6a5a`](https://github.com/supabase-community/storage-py/commit/4dc6a5a0944f540a394c4bdda6250d33c40a4758))
10+
11+
### Fix
12+
13+
* fix: add json decode error import (#205) ([`7327175`](https://github.com/supabase-community/storage-py/commit/732717510ed2aab7a2b131861b1a6b65fcb6a0dd))
14+
15+
516
## v0.7.2 (2024-03-10)
617

718
### 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.7.2"
21+
version = "0.7.3"
2222

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

0 commit comments

Comments
 (0)