Skip to content

Commit 149909a

Browse files
committed
Prepare 2.29.0 release
1 parent 71d5a09 commit 149909a

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

drift/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## 2.29.0-dev
1+
## 2.29.0
22

33
- Allow specifying ordering for columns in `@TableIndex` annotation.
44
- Add `DelegatedDatabase.externalExecutor`, allowing transactions started
55
externally to be used with drift.
66
- Add `Batch.insertFromSelect` to insert rows from a select statement in a batch.
7+
- Devtools extension: Support exporting databases.
78

89
## 2.28.2
910

drift/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift
22
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
3-
version: 2.28.2
3+
version: 2.29.0
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues

drift_dev/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.29.0-dev
1+
## 2.29.0
22

33
- Fix invalid schema code for views.
44
- Add the `known_tables` option. It allows defining external tables assumed to be available

drift_dev/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift_dev
22
description: Dev-dependency for users of drift. Contains the generator and development tools.
3-
version: 2.28.3
3+
version: 2.29.0
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues
@@ -35,9 +35,9 @@ dependencies:
3535
io: ^1.0.3
3636

3737
# Drift-specific analysis and apis
38-
drift: ">=2.28.0 <2.29.0"
38+
drift: ">=2.29.0 <2.30.0"
3939
sqlite3: ^2.4.6
40-
sqlparser: ^0.42.0-0
40+
sqlparser: ^0.42.0
4141

4242
# Dart analysis
4343
# Note: When changing this to a lower bound of 8.x, please re-enable

sqlparser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.42.0-dev
1+
## 0.42.0
22

33
- Fix unresolved references in CTEs resolving against the scope of the main query.
44
- Static analysis support for the PowerSync SQLite extension.

sqlparser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlparser
22
description: Parses sqlite statements and performs static analysis on them
3-
version: 0.42.0-dev
3+
version: 0.42.0
44
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
55
repository: https://github.com/simolus3/drift
66
#homepage: https://drift.simonbinder.eu/

0 commit comments

Comments
 (0)