Skip to content

Commit bf14803

Browse files
Merge pull request #302 from Workiva/release_dart_dev_2.0.5
CPLAT-4831 Release dart_dev 2.0.5
2 parents cf3291e + 2df3934 commit bf14803

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.5](https://github.com/Workiva/dart_dev/compare/2.0.4...2.0.5)
4+
5+
- **Improvement:** Added `config.test.deleteConflictingOutputs` that when
6+
enabled will include the `--delete-conflicting-outputs` flag when running
7+
tests via `build_runner`.
8+
9+
- **Bug Fix:** Fix a type-related RTE in the `TaskProcess` class.
10+
311
## [2.0.4](https://github.com/Workiva/dart_dev/compare/2.0.3...2.0.4)
412

513
- **Bug Fix:** When on Dart 2 and the package has a dependency on `build_test`,

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.4
2+
version: 2.0.5
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)