From d57e383ad2a852e90a573ee7b99d1362559d6c92 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 24 Apr 2024 16:04:41 +0200 Subject: [PATCH] Prepare drift postgres release --- extras/drift_postgres/CHANGELOG.md | 5 +++++ extras/drift_postgres/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/extras/drift_postgres/CHANGELOG.md b/extras/drift_postgres/CHANGELOG.md index 5d7bc74b..ebf8bbbc 100644 --- a/extras/drift_postgres/CHANGELOG.md +++ b/extras/drift_postgres/CHANGELOG.md @@ -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 - Drift's comparable expression operators are now available for expressions diff --git a/extras/drift_postgres/pubspec.yaml b/extras/drift_postgres/pubspec.yaml index ca9b1fc3..292146b2 100644 --- a/extras/drift_postgres/pubspec.yaml +++ b/extras/drift_postgres/pubspec.yaml @@ -1,6 +1,6 @@ name: drift_postgres description: Postgres implementation and APIs for the drift database package. -version: 1.2.0 +version: 1.2.1 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/docs/platforms/postgres/ issue_tracker: https://github.com/simolus3/drift/issues