File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 2.7.0-dev
1
+ ## 2.7.0
2
2
3
3
- Add support for commit and rollback hooks as well as a predicate that can
4
- revert transactions.
4
+ revert transactions. Thanks to [ @ jackd ] ( https://github.com/jackd ) !
5
5
6
6
## 2.6.1
7
7
Original file line number Diff line number Diff line change 1
1
name : sqlite3
2
2
description : Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3
- version : 2.7.0-dev
3
+ version : 2.7.0
4
4
homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
5
5
issue_tracker : https://github.com/simolus3/sqlite3.dart/issues
6
6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
sdk : ^3.3.0
9
9
10
10
dependencies :
11
- sqlite3 : ^2.7.0-dev
11
+ sqlite3 : ^2.7.0
12
12
stream_channel : ^2.1.2
13
13
web : ^1.0.0
14
14
You can’t perform that action at this time.
0 commit comments