Skip to content

Commit d054c5c

Browse files
committed
Prepare release
1 parent a756d86 commit d054c5c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

integration_tests/flutter_libs/test_driver/integration_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Future<void> main(List<String> args) async {
77
'run',
88
'--target=test_driver/integration.dart',
99
if (args.contains('linux')) ...['-d', 'linux'],
10+
if (args.contains('windows')) ...['-d', 'windows'],
1011
];
1112
print('Running flutter $flutterArgs');
1213
final process = await Process.start('flutter', flutterArgs);

sqlite3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.1
2+
3+
- Better support loading sqlite3 on Linux when using `sqlite3_flutter_libs`.
4+
15
## 1.6.0
26

37
- Very experimental web support, based on compiling sqlite3 to web assembly

0 commit comments

Comments
 (0)