diff --git a/CHANGELOG.md b/CHANGELOG.md index 4706747..aa9b4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* Support the latest version of `package:dart_style`. + ## 1.0.0 First full release. At this point all changes until `2.0.0` will be backwards diff --git a/pubspec.yaml b/pubspec.yaml index d79244b..5124be0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: code_builder -version: 1.0.0 +version: 1.0.1 description: A fluent API for generating Dart code author: Dart Team homepage: https://github.com/dart-lang/code_builder @@ -9,7 +9,7 @@ environment: dependencies: analyzer: '>=0.29.1 <0.30.0' - dart_style: ^0.2.10 + dart_style: '>=0.2.10 <2.0.0' func: ^0.1.0 matcher: ^0.12.0+2 meta: ^1.0.2