From df177f6ae531426aaf7bbf0121c90dc89d9c57bf Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 5 Feb 2021 07:54:53 -0800 Subject: [PATCH] stable null safety release (#80) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1530e..d53040d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.0 + +* Stable null safety release. + ## 1.10.0-nullsafety.3 * Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release diff --git a/pubspec.yaml b/pubspec.yaml index 0d78800..7e24198 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: pedantic -version: 1.10.0-nullsafety.3 +version: 1.10.0 description: >- The Dart analyzer settings and best practices used internally at Google. homepage: https://github.com/google/pedantic