Skip to content

Commit

Permalink
Prepare 1.7.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jul 2, 2022
1 parent 52204b8 commit 3e82761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.1

- Fix the `NativeDatabase` not disposing statements if running them threw an
exception [#1917](https://github.com/simolus3/drift/issues/1917).

## 1.7.0

- Add the `int64()` column builder to store large integers. These integers are
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 1.7.0
version: 1.7.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down

0 comments on commit 3e82761

Please sign in to comment.