Skip to content

Commit

Permalink
Prepare patch release for deadlock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Sep 29, 2024
1 parent cdd4a6b commit f38c539
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 @@
## 2.20.3

- Fix a deadlock when using nested transactions concurrently with a remote
isolate or web worker. This issue has been introduced in version 2.20.0.

## 2.20.2

- Fix upcoming `unreachable_switch_default` lint.
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: 2.20.2
version: 2.20.3
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 f38c539

Please sign in to comment.