Skip to content

Commit

Permalink
Prepare 2.4.5 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jul 26, 2024
1 parent 3152537 commit c028b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions sqlite3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## 2.4.6

- Fix selecting large integers (being represented as a `BigInt` in Dart)
not working when compiled with dartdevc.

## 2.4.5

- Fix a bug in the OPFS-locks implementation causing a deadlock when the `xSleep`
VFS call is issued.
- Fix selecting large integers (being represented as a `BigInt` in Dart)
not working when compiled with dartdevc.

## 2.4.4

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.4.6
version: 2.4.5
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues

Expand Down

0 comments on commit c028b09

Please sign in to comment.