Skip to content

Commit 204b49f

Browse files
committed
v0.4.0
1 parent d9ff63e commit 204b49f

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.4.0
2+
3+
- Ensure database connections are cleaned up on unhandled Isolate errors.
4+
- Minor performance improvements.
5+
16
## 0.3.0
27

38
- Better error messages for recursive transactions.

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

0 commit comments

Comments
 (0)