Skip to content

Commit 9c40815

Browse files
committed
0.5.0
1 parent 81bdbf2 commit 9c40815

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.0
2+
3+
- No code changes.
4+
- Updated dependencies to support sqlite3 2.x.
5+
16
## 0.4.0
27

38
- Ensure database connections are cleaned up on unhandled Isolate errors.

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.4.0
3+
version: 0.5.0
44
repository: https://github.com/journeyapps/sqlite_async.dart
55
environment:
66
sdk: '>=2.19.1 <4.0.0'

0 commit comments

Comments
 (0)