Skip to content

Commit

Permalink
Prepare sqlite3 and sqlite3_web release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 20, 2025
1 parent 8330018 commit b81d20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sqlite3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 2.7.0-dev
## 2.7.0

- Add support for commit and rollback hooks as well as a predicate that can
revert transactions.
revert transactions. Thanks to [@jackd](https://github.com/jackd)!

## 2.6.1

Expand Down
2 changes: 1 addition & 1 deletion sqlite3/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
version: 2.7.0-dev
version: 2.7.0
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ^3.3.0

dependencies:
sqlite3: ^2.7.0-dev
sqlite3: ^2.7.0
stream_channel: ^2.1.2
web: ^1.0.0

Expand Down

0 comments on commit b81d20a

Please sign in to comment.