Skip to content

Commit c787410

Browse files
chore(main): release 1.0.0 (#578)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3358d33 commit c787410

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.3"
2+
".": "1.0.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## [1.0.0](https://github.com/supabase/postgrest-py/compare/v0.19.3...v1.0.0) (2025-03-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* schema method persisting only on current query ([#575](https://github.com/supabase/postgrest-py/issues/575))
9+
10+
### Bug Fixes
11+
12+
* schema method persisting only on current query ([#575](https://github.com/supabase/postgrest-py/issues/575)) ([b0dd496](https://github.com/supabase/postgrest-py/commit/b0dd496e1793c07ac1081fb59b3c2c8f9feb2984))
13+
314
## [0.19.3](https://github.com/supabase/postgrest-py/compare/v0.19.2...v0.19.3) (2025-01-24)
415

516

postgrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19.3" # {x-release-please-version}
1+
__version__ = "1.0.0" # {x-release-please-version}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest"
3-
version = "0.19.3" # {x-release-please-version}
3+
version = "1.0.0" # {x-release-please-version}
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase/postgrest-py"

0 commit comments

Comments
 (0)