Skip to content

Commit d1cdcf4

Browse files
committed
v0.5.2
1 parent 3515378 commit d1cdcf4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2
2+
3+
- Fix releasing of locks when closing `SharedMutex``.
4+
15
## 0.5.1
26

37
- Fix `watch` when called with query parameters.

pubspec.yaml

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

0 commit comments

Comments
 (0)