Skip to content

Commit 399dbf4

Browse files
committed
Release drift_sqlite_async package as well
1 parent c137dce commit 399dbf4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

packages/drift_sqlite_async/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0-wip.0
1+
## 0.3.0
22

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

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drift_sqlite_async
2-
version: 0.3.0-wip.0
2+
version: 0.3.0
33
homepage: https://github.com/powersync-ja/sqlite_async.dart
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
description: Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -18,7 +18,7 @@ environment:
1818
dependencies:
1919
drift: ">=2.28.0 <3.0.0"
2020
sqlite3: ^3.2.0
21-
sqlite_async: ^0.14.0-wip
21+
sqlite_async: ^0.14.0
2222

2323
dev_dependencies:
2424
build_runner: ^2.4.8

packages/sqlite_async/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## 0.14.0
22

3-
__Note__: This version of `sqlite_async` is still in development and there might be additional
4-
API changes between this release and the final `0.14.0` version. This release is mostly meant for
5-
internal testing.
6-
73
- Support versions 3.x of the `sqlite3` package and 0.7.x of `sqlite3_web`.
84
- Remove the `sqlite3_open.dart` library, SQLite libraries are no longer loaded through Dart.
95
- __Breaking__: Rewrite the native connection pool implementation.

0 commit comments

Comments
 (0)