From c855b10d18d1aa6cb568657b065d49226882c9e1 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Tue, 3 May 2022 13:28:01 -0700 Subject: [PATCH] Version 3.1.0 (#697) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7cf91c..574196f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 3.1.0 - 2022-05-03 + + * Fix: Make Cache.get ifAbsent parameter nullable. The parameter was always + optional; this just corrects the type. + * Fix: Remove documentation links to the (previously removed) mirrors library. + #### 3.0.1+2 - 2022-03-09 * Remove broken references to the defunct mirrors library. diff --git a/pubspec.yaml b/pubspec.yaml index 03f75491..4a2032ae 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.0.1+2 +version: 3.1.0 # When updating SDK lower bound, also update .github/workflows/dart.yml to test # against the new lower bound.