Skip to content

Commit 6dac628

Browse files
committed
Changelog entry and pubspec version bump.
1 parent 33c56b7 commit 6dac628

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/Workiva/dart_dev/compare/3.0.0...3.1.0)
4+
5+
- Update `FormatTool.getInputs()` to support an optional `followLinks` param.
6+
When enabled, links will be followed instead of skipped.
7+
- Export the `FormatterInputs` class that is the return type of
8+
`FormatTool.getInputs()`.
9+
310
## [3.0.0](https://github.com/Workiva/dart_dev/compare/2.2.1...3.0.0)
411

512
**This is a major release of `dart_dev` with breaking changes.** It is also the

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: 3.0.0
2+
version: 3.1.0
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)