File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2026-01-15
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` sqlite_async ` - ` v0.13.1 ` ] ( #sqlite_async---v0131 )
19+
20+ ---
21+
22+ #### ` sqlite_async ` - ` v0.13.1 `
23+
24+ - Add ` executeMultiple ` to run multiple statements not using parameters.
25+
26+
627## 2025-11-04
728
829### Changes
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ environment:
1515 sdk : " >=3.0.0 <4.0.0"
1616dependencies :
1717 drift : " >=2.28.0 <3.0.0"
18- sqlite_async : ^0.13.0
18+ sqlite_async : ^0.13.1
1919
2020dev_dependencies :
2121 build_runner : ^2.4.8
Original file line number Diff line number Diff line change 1+ ## 0.13.1
2+
3+ - Add ` executeMultiple ` to run multiple statements not using parameters.
4+
15## 0.13.0
26
37 - Update sqlite3_web to 0.4.0
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3- version : 0.13.0
3+ version : 0.13.1
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
66 sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments