Skip to content

Commit

Permalink
Prepare 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Apr 10, 2023
1 parent b4b4e35 commit d7f1bfb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.7.0

- Add support for `CASE` expressions without a base in the Dart API with the
`CaseWhenExpression` class.
- Add the new `package:drift/web/workers.dart` library which makes it easier to
create web workers for drift.

## 2.6.0

- Add `insertReturningOrNull` for potentially empty inserts.
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.6.0
version: 2.7.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.7.0-dev
## 2.7.0

- Make `validateDatabaseSchema()` work in migration tests.
- Fix elements from transitive imports in drift files not being added reliably.
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.6.0
version: 2.7.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand All @@ -25,7 +25,7 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: '>=2.6.0 <2.7.0'
drift: '>=2.7.0 <2.8.0'
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: '^0.28.0'

Expand Down
2 changes: 1 addition & 1 deletion sqlparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.29.0-dev
## 0.28.1

- Fix false-positive warnings about `AS` aliases in subqueries used in triggers.

Expand Down
2 changes: 1 addition & 1 deletion sqlparser/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.28.0
version: 0.28.1
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/
Expand Down

0 comments on commit d7f1bfb

Please sign in to comment.