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 81bdbf2 commit 9c40815Copy full SHA for 9c40815
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.5.0
2
+
3
+- No code changes.
4
+- Updated dependencies to support sqlite3 2.x.
5
6
## 0.4.0
7
8
- Ensure database connections are cleaned up on unhandled Isolate errors.
pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.4.0
+version: 0.5.0
repository: https://github.com/journeyapps/sqlite_async.dart
environment:
sdk: '>=2.19.1 <4.0.0'
0 commit comments