From 63296a00e2edce274df9bc34514c610c99060301 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 20 Dec 2022 08:46:27 -0800 Subject: [PATCH] Prepare to release v3.2.0 (#716) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b4fd2c..00448bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -#### 3.2.0-dev +#### 3.2.0 * Deprecate `Optional`. With the introduction of non-null by default in Dart SDK 2.12, existing users should migrate to non-nullable types. This type diff --git a/pubspec.yaml b/pubspec.yaml index 75952685..6759137a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality. repository: https://github.com/google/quiver-dart -version: 3.2.0-dev +version: 3.2.0 # When updating SDK lower bound, also update .github/workflows/dart.yml to test # against the new lower bound.