Skip to content

Commit 9f7495f

Browse files
committed
Prepare release
1 parent 8d7b933 commit 9f7495f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sqlite3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.9.2
2+
3+
- Fix a bug introduced in version `2.9.1` where the SQLite framework provided by
4+
`sqlite3_flutter_libs` would not load correctly on iOS.
5+
16
## 2.9.1
27

38
- Check for error codes when binding values to prepared statements.

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: 2.9.1
3+
version: 2.9.2
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66
resolution: workspace

0 commit comments

Comments
 (0)