Skip to content

Commit 6c241a8

Browse files
committed
Prepare development release
1 parent 4ef63a6 commit 6c241a8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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
1+
## 0.3.0-wip.0
22

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

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drift_sqlite_async
2-
version: 0.3.0-wip
2+
version: 0.3.0-wip.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.

packages/sqlite_async/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 0.14.0-wip
1+
## 0.14.0-wip.0
2+
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.
26

37
- Support versions 3.x of the `sqlite3` package and 0.6.0 of `sqlite3_web`.
48
- Remove the `sqlite3_open.dart` library, SQLite libraries are no longer loaded through Dart.

packages/sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.14.0-wip
3+
version: 0.14.0-wip.0
44
resolution: workspace
55
repository: https://github.com/powersync-ja/sqlite_async.dart
66
environment:

0 commit comments

Comments
 (0)