Prepare drift postgres release

This commit is contained in:
Simon Binder 2024-04-24 16:04:41 +02:00
parent 24af4873e7
commit d57e383ad2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 1.2.1
- Fix `isOpen` so that it properly returns false after the underlying postgres
connection has been closed.
## 1.2.0 ## 1.2.0
- Drift's comparable expression operators are now available for expressions - Drift's comparable expression operators are now available for expressions

View File

@ -1,6 +1,6 @@
name: drift_postgres name: drift_postgres
description: Postgres implementation and APIs for the drift database package. description: Postgres implementation and APIs for the drift database package.
version: 1.2.0 version: 1.2.1
repository: https://github.com/simolus3/drift repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/docs/platforms/postgres/ homepage: https://drift.simonbinder.eu/docs/platforms/postgres/
issue_tracker: https://github.com/simolus3/drift/issues issue_tracker: https://github.com/simolus3/drift/issues