Skip to content

Commit e8f2b32

Browse files
authored
Prepare checked_yaml v2.0.2 release (#1265)
1 parent b5c7af1 commit e8f2b32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

checked_yaml/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 2.0.2-dev
1+
## 2.0.2
22

33
- Require `json_annotation` `^4.3.0`
44
- Require Dart SDK `>=2.18`
5+
- Work-around for [dart-lang/sdk#50756](https://github.com/dart-lang/sdk/issues/50756).
56

67
## 2.0.1
78

checked_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: checked_yaml
2-
version: 2.0.2-dev
2+
version: 2.0.2
33

44
description: >-
55
Generate more helpful exceptions when decoding YAML documents using

0 commit comments

Comments
 (0)