We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76c214 commit 316bc09Copy full SHA for 316bc09
packages/sqlite_async/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.11.1
2
+
3
+- Fix compiling workers with version `2.7.0` of `package:sqlite3`.
4
5
## 0.11.0
6
7
- Automatically flush IndexedDB storage to fix durability issues
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.11.0
+version: 0.11.1
repository: https://github.com/powersync-ja/sqlite_async.dart
environment:
sdk: ">=3.4.0 <4.0.0"
0 commit comments