Skip to content

Commit

Permalink
Version 3.1.0 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken authored May 3, 2022
1 parent c65181d commit c855b10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c855b10

Please sign in to comment.