Skip to content

Commit e048c0e

Browse files
Merge pull request #304 from Workiva/release_dart_dev_2.0.6
CPLAT-6086 Release dart_dev 2.0.6
2 parents a5d089d + a57654e commit e048c0e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.6](https://github.com/Workiva/dart_dev/compare/2.0.5...2.0.6)
4+
5+
- **Improvement:** On dart 2, the `test` task now properly sets a non-zero
6+
exit code if the build fails. As a result, it also no longer runs a separate
7+
`pub run build_runner build` prior to running tests.
8+
39
## [2.0.5](https://github.com/Workiva/dart_dev/compare/2.0.4...2.0.5)
410

511
- **Improvement:** Added `config.test.deleteConflictingOutputs` that when

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_dev
2-
version: 2.0.5
2+
version: 2.0.6
33
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
44
authors:
55
- Workiva Client Platform Team <[email protected]>

0 commit comments

Comments
 (0)