Skip to content

Commit dbd8223

Browse files
committed
Prepare 1.6.4 release
1 parent 0ed96d8 commit dbd8223

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124

125125
# Shamelessly stolen from https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab
126126
integration_test_ios:
127+
if: "${{ false }}" # Currently broken: https://github.com/subosito/flutter-action/issues/146
127128
needs: [test]
128129
runs-on: macos-latest
129130
steps:
@@ -152,6 +153,7 @@ jobs:
152153
working-directory: integration_tests/sqlcipher_flutter
153154

154155
integration_test_macos:
156+
if: "${{ false }}" # Currently broken: https://github.com/subosito/flutter-action/issues/146
155157
needs: [test]
156158
runs-on: macos-latest
157159
steps:

sqlite3/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.6.4-dev
1+
## 1.6.4
22

33
- Add `FileSystem.listFiles()` to list all files in a virtual WASM file system.
44

sqlite3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3
22
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3-
version: 1.6.4-dev
3+
version: 1.6.4
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/master/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

0 commit comments

Comments
 (0)