Skip to content

Commit 61a4817

Browse files
chore(main): release 0.12.2 (#390)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 088cb7f commit 61a4817

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.1"
2+
".": "0.12.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [0.12.2](https://github.com/supabase/storage-py/compare/v0.12.1...v0.12.2) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* remove extraneous char in test ([#389](https://github.com/supabase/storage-py/issues/389)) ([088cb7f](https://github.com/supabase/storage-py/commit/088cb7f74eb68deafa007b7b333ed9a9aac4b751))
9+
* use `BaseModel` instead of `dataclass` ([#386](https://github.com/supabase/storage-py/issues/386)) ([c4a81fb](https://github.com/supabase/storage-py/commit/c4a81fb9f7acacf8dccbf579daf4030200d8ab20))
10+
311
## [0.12.1](https://github.com/supabase/storage-py/compare/v0.12.0...v0.12.1) (2025-08-05)
412

513

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/storage-py"
21-
version = "0.12.1" # {x-release-please-version}
21+
version = "0.12.2" # {x-release-please-version}
2222

2323

2424
[tool.poetry.dependencies]

storage3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.1" # {x-release-please-version}
1+
__version__ = "0.12.2" # {x-release-please-version}

0 commit comments

Comments
 (0)