Skip to content

Commit 5d8b623

Browse files
author
github-actions
committed
chore(release): bump version to v0.3.6
Automatically generated by python-semantic-release
1 parent a9f2def commit 5d8b623

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.3.6 (2023-01-05)
6+
### Fix
7+
* Datetime and upload file type ([#12](https://github.com/supabase-community/storage-py/issues/12)) ([`a926a06`](https://github.com/supabase-community/storage-py/commit/a926a068234e68afbf8039fc7f71565397dfea86))
8+
* Remove trailing "/" in `get_public_url` ([`8bf407c`](https://github.com/supabase-community/storage-py/commit/8bf407c5fc2bca401a673d42d0f9a82b7b9e80bb))
9+
10+
**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.5...v0.3.6)**
411
## v0.3.5 (2022-06-07)
512
### Fix
613
* Justinbarak patch 1 by @justinbarak in https://github.com/supabase-community/storage-py/pull/14

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-community/storage-py"
21-
version = "0.3.5"
21+
version = "0.3.6"
2222

2323
[tool.poetry.dependencies]
2424
httpx = "^0.23"

storage3/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from httpx import AsyncClient as AsyncClient # noqa: F401
22
from httpx import Client as BaseClient
33

4-
__version__ = "0.3.5"
4+
__version__ = "0.3.6"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)