We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3515378 commit d1cdcf4Copy full SHA for d1cdcf4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.2
2
+
3
+- Fix releasing of locks when closing `SharedMutex``.
4
5
## 0.5.1
6
7
- Fix `watch` when called with query parameters.
pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.5.1
+version: 0.5.2
repository: https://github.com/journeyapps/sqlite_async.dart
environment:
sdk: '>=2.19.1 <4.0.0'
0 commit comments