We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3696bc2 commit 3aeb1b1Copy full SHA for 3aeb1b1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.5.1
2
+
3
+- Fix `watch` when called with query parameters.
4
+- Clean up `-wal` and `-shm` files on close.
5
6
## 0.5.0
7
8
- No code changes.
pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.5.0
+version: 0.5.1
repository: https://github.com/journeyapps/sqlite_async.dart
environment:
sdk: '>=2.19.1 <4.0.0'
0 commit comments