Skip to content

Commit

Permalink
Upgrade to package:matcher 0.12.1 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored May 5, 2017
1 parent bf1f3b7 commit ab88eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.20+13

* Upgrade to package:matcher 0.12.1

## 0.12.20+12

* Now support `v0.30.0` of `pkg/analyzer`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 0.12.20+12
version: 0.12.20+13
author: Dart Team <[email protected]>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:

# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
matcher: '>=0.12.0 <0.12.1'
matcher: '>=0.12.1 <0.12.2'
dev_dependencies:
fake_async: '^0.1.2'
http: '^0.11.0'
Expand Down

0 comments on commit ab88eba

Please sign in to comment.