We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c7af1 commit e8f2b32Copy full SHA for e8f2b32
checked_yaml/CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## 2.0.2-dev
+## 2.0.2
2
3
- Require `json_annotation` `^4.3.0`
4
- Require Dart SDK `>=2.18`
5
+- Work-around for [dart-lang/sdk#50756](https://github.com/dart-lang/sdk/issues/50756).
6
7
## 2.0.1
8
checked_yaml/pubspec.yaml
@@ -1,5 +1,5 @@
name: checked_yaml
-version: 2.0.2-dev
+version: 2.0.2
description: >-
Generate more helpful exceptions when decoding YAML documents using
0 commit comments