diff --git a/CHANGELOG.md b/CHANGELOG.md index 26033e6..d376b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.1-dev +## 2.1.1 - Require Dart 2.19 diff --git a/pubspec.yaml b/pubspec.yaml index a2360fe..f4c08df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,10 @@ name: yaml_edit -version: 2.1.1-dev +version: 2.1.1 description: A library for YAML manipulation with comment and whitespace preservation. repository: https://github.com/dart-lang/yaml_edit issue_tracker: https://github.com/dart-lang/yaml_edit/issues +topics: + - yaml environment: sdk: ">=2.19.0 <3.0.0"