Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
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'