Skip to content

Commit 79e231f

Browse files
committed
Prepare for release
1 parent 709a0fe commit 79e231f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment:
1515
sdk: ">=3.0.0 <4.0.0"
1616
dependencies:
1717
drift: ">=2.28.0 <3.0.0"
18-
sqlite_async: ^0.11.0
18+
sqlite_async: ^0.11.8
1919

2020
dev_dependencies:
2121
build_runner: ^2.4.8

packages/sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.8
2+
3+
- Support nested transactions (emulated with `SAVEPOINT` statements).
4+
15
## 0.11.7
26

37
- Shared worker: Release locks owned by connected client tab when it closes.

packages/sqlite_async/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.11.7
3+
version: 0.11.8
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)