Skip to content

Commit

Permalink
Bump to 2.2.0; add collection dep (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Aug 15, 2017
1 parent 4a32de0 commit 86e9c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.0

* Add new feature to wait for an interaction: `untilCalled`. See the README for
documentation.

## 2.1.0

* Add documentation for `when`, `verify`, `verifyNever`, `resetMockitoState`.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mockito
version: 2.1.0
version: 2.2.0
authors:
- Dmitriy Fibulwinter <[email protected]>
- Dart Team <[email protected]>
Expand All @@ -8,6 +8,7 @@ homepage: https://github.com/dart-lang/mockito
environment:
sdk: '>=1.21.0 <2.0.0-dev.infinity'
dependencies:
collection: '^1.1.0'
matcher: '^0.12.0'
meta: '^1.0.4'
test: '>=0.12.0 <0.13.0'

0 comments on commit 86e9c2c

Please sign in to comment.