From 3f0e6f87ce352e95c87ef6c7b668da85dda98aff Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 5 Jun 2024 18:01:47 +0200 Subject: [PATCH] Prepare drift postgres 1.3.0 release --- extras/drift_postgres/CHANGELOG.md | 2 +- extras/drift_postgres/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/drift_postgres/CHANGELOG.md b/extras/drift_postgres/CHANGELOG.md index 48e1fc2c0..27bc195de 100644 --- a/extras/drift_postgres/CHANGELOG.md +++ b/extras/drift_postgres/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.0-dev +## 1.3.0 - Add support for array types supported by the `postgres` package: booleans, integers, strings, floats and jsonb values. diff --git a/extras/drift_postgres/pubspec.yaml b/extras/drift_postgres/pubspec.yaml index eb6bab9ef..371dec6d0 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.3.0-dev +version: 1.3.0 repository: https://github.com/simolus3/drift homepage: https://drift.simonbinder.eu/docs/platforms/postgres/ issue_tracker: https://github.com/simolus3/drift/issues