Skip to content

Commit

Permalink
Prepare 2.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 8, 2025
1 parent 7aaeba2 commit ab00523
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 2.25.0-dev
## 2.25.0

- Report `SqliteException`s occurring on workers as a `SqliteException`
instance. Previously, they were sent as strings only.
- Report `SqliteException`s occurring on workers as `SqliteException`
instances. Previously, they were sent as strings only.
- Fix `LazyDatabase` being closed without ever being used potentially leaking
resources.

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.24.0
version: 2.25.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down
2 changes: 1 addition & 1 deletion drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.24.1-dev
## 2.25.0

- Fix incorrect code when applying non-nullable type converters with a nullable
JSON type to nullable column.
Expand Down
4 changes: 2 additions & 2 deletions drift_dev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains the generator and development tools.
version: 2.24.0
version: 2.25.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: ">=2.24.0 <2.25.0"
drift: ">=2.25.0 <2.26.0"
sqlite3: ^2.4.6
sqlparser: ^0.41.0

Expand Down

0 comments on commit ab00523

Please sign in to comment.