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

Commit b0402ea

Browse files
author
github-actions
committed
0.7.2
Automatically generated by python-semantic-release
1 parent db1b66a commit b0402ea

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.7.2 (2024-03-10)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump black from 23.10.0 to 24.2.0 (#193)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4613502`](https://github.com/supabase-community/storage-py/commit/46135021e8a0fcdc4d41c8465831092b13b9b326))
13+
14+
### Fix
15+
16+
* fix: add upsert option to upload/update (#199) ([`db1b66a`](https://github.com/supabase-community/storage-py/commit/db1b66a0f12795e6ed4be1f3adb5776c296f3ede))
17+
18+
519
## v0.7.1 (2024-03-10)
620

721
### 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.1"
21+
version = "0.7.2"
2222

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

0 commit comments

Comments
 (0)