From 6c241a8f8bd788b389f05e869a8a940f13e33a5d Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 1 Apr 2026 14:37:27 +0200 Subject: [PATCH] Prepare development release --- packages/drift_sqlite_async/CHANGELOG.md | 2 +- packages/drift_sqlite_async/pubspec.yaml | 2 +- packages/sqlite_async/CHANGELOG.md | 6 +++++- packages/sqlite_async/pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/drift_sqlite_async/CHANGELOG.md b/packages/drift_sqlite_async/CHANGELOG.md index cc7bb78..e7fc0e6 100644 --- a/packages/drift_sqlite_async/CHANGELOG.md +++ b/packages/drift_sqlite_async/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.0-wip +## 0.3.0-wip.0 - Support versions 3.x of the `sqlite3` package. diff --git a/packages/drift_sqlite_async/pubspec.yaml b/packages/drift_sqlite_async/pubspec.yaml index ee10a66..c71894c 100644 --- a/packages/drift_sqlite_async/pubspec.yaml +++ b/packages/drift_sqlite_async/pubspec.yaml @@ -1,5 +1,5 @@ name: drift_sqlite_async -version: 0.3.0-wip +version: 0.3.0-wip.0 homepage: https://github.com/powersync-ja/sqlite_async.dart repository: https://github.com/powersync-ja/sqlite_async.dart description: Use Drift with a sqlite_async database, allowing both to be used in the same application. diff --git a/packages/sqlite_async/CHANGELOG.md b/packages/sqlite_async/CHANGELOG.md index 0b19248..cf3a887 100644 --- a/packages/sqlite_async/CHANGELOG.md +++ b/packages/sqlite_async/CHANGELOG.md @@ -1,4 +1,8 @@ -## 0.14.0-wip +## 0.14.0-wip.0 + +__Note__: This version of `sqlite_async` is still in development and there might be additional +API changes between this release and the final `0.14.0` version. This release is mostly meant for +internal testing. - Support versions 3.x of the `sqlite3` package and 0.6.0 of `sqlite3_web`. - Remove the `sqlite3_open.dart` library, SQLite libraries are no longer loaded through Dart. diff --git a/packages/sqlite_async/pubspec.yaml b/packages/sqlite_async/pubspec.yaml index d38eacc..4eed256 100644 --- a/packages/sqlite_async/pubspec.yaml +++ b/packages/sqlite_async/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlite_async description: High-performance asynchronous interface for SQLite on Dart and Flutter. -version: 0.14.0-wip +version: 0.14.0-wip.0 resolution: workspace repository: https://github.com/powersync-ja/sqlite_async.dart environment: