Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #14 from dart-lang/test-update
Browse files Browse the repository at this point in the history
Support test 1.x.x
  • Loading branch information
grouma authored Jun 15, 2018
2 parents 8f57ec3 + 2ab48f9 commit 4a7dfc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.buildlog
.DS_Store
.idea
.pub/
.settings/
build/
packages
.packages
pubspec.lock
.dart_tool/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

* Support test `1.x.x'.

## 1.0.3

* Stop using comment-based generics.
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_descriptor
version: 1.0.3
version: 1.0.4
description: An API for defining and verifying directory structures.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/test_descriptor
Expand All @@ -13,5 +13,5 @@ dependencies:
matcher: '^0.12.0'
path: '^1.0.0'
stack_trace: '^1.0.0'
test: '^0.12.19'
test: '>=0.12.19 <2.0.0'
term_glyph: '^1.0.0'

0 comments on commit 4a7dfc9

Please sign in to comment.