Skip to content

Commit

Permalink
chore(release): bump version to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 17, 2023
1 parent 04f4980 commit e2d2f0e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,48 @@



## v0.12.1 (2023-10-17)

### Chore

* chore(deps-dev): bump pre-commit from 3.3.3 to 3.5.0 (#323)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.5.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.3...v3.5.0)

---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1209139`](https://github.com/supabase-community/postgrest-py/commit/120913914ee958087c1f65d9292a23408fbe6227))

* chore: add python 3.12 to CI (#319)

* chore: add python 3.12 to CI

* chore: update autoflake hook

* chore: add myself to codeowners

* fix: make doc requirements optional ([`d1ee0bb`](https://github.com/supabase-community/postgrest-py/commit/d1ee0bbaf41f357322a31987cbdb016aee372b25))

### Fix

* fix: make rpc function sync (#322) ([`04f4980`](https://github.com/supabase-community/postgrest-py/commit/04f49804db614427b2545414b934b93baef91a71))


## v0.12.0 (2023-10-06)

### Chore

* chore(release): bump version to v0.12.0 ([`89b370f`](https://github.com/supabase-community/postgrest-py/commit/89b370fb1089a06d7d85dee6da37defbbaaf5a02))

### Feature

* feat: add csv() modifier (#316)
Expand Down
2 changes: 1 addition & 1 deletion postgrest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.12.0"
__version__ = "0.12.1"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "0.12.0"
version = "0.12.1"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice"]
homepage = "https://github.com/supabase-community/postgrest-py"
Expand Down

0 comments on commit e2d2f0e

Please sign in to comment.