Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/drift_sqlite_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0-wip
## 0.3.0-wip.0

- Support versions 3.x of the `sqlite3` package.

Expand Down
2 changes: 1 addition & 1 deletion packages/drift_sqlite_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 5 additions & 1 deletion packages/sqlite_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading