Skip to content

Commit 43708f2

Browse files
committed
Version 0.9.0
1 parent 77f0c6a commit 43708f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.9.0]
2+
3+
* Added `average` method to `Iterable`.
4+
15
## [0.8.1]
26

37
* Added stricter type checks.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# license that can be found in the LICENSE file.
44

55
name: basics
6-
version: 0.8.1
6+
version: 0.9.0
77
description: A Dart library containing convenient extension methods on basic Dart objects.
88
repository: https://github.com/google/dart-basics
99

0 commit comments

Comments
 (0)