Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 14, 2022
1 parent d12d8c6 commit d6d5271
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## (unreleased)
## 1.3.0

- Add the `from(table)` method to generated databases. It can be used to write
common queries more concisely.
- Make `groupConcat` nullable in the Dart API.
- Throw an exception in a `NativeDatabase` when multiple statements are run in
a single call. In previous versions, parts of the SQL string would otherwise
be ignored.
- Close the underlying database when an isolate is shut down.
- Close the underlying database when a drift isolate is shut down.

## 1.2.0

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.2.0
version: 1.3.0
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
Expand Down
4 changes: 4 additions & 0 deletions drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0

- Support `drift` version `1.3.x`.

## 1.2.0

- Generate code needed to support streams of views.
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 a the generator and development tools.
version: 1.2.0
version: 1.3.0
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
Expand All @@ -25,7 +25,7 @@ dependencies:
io: ^1.0.3

# Drift-specific analysis and apis
drift: '>=1.2.0 <1.3.0'
drift: '>=1.3.0 <1.4.0'
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.19.0

Expand Down

0 comments on commit d6d5271

Please sign in to comment.