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

Commit

Permalink
Merge pull request #6 from dart-lang/test-support
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 5ea808a + 7b75af3 commit 3a7968e
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.2

* Support test `1.x.x`.

## 1.0.1

* Support latest `pkg/shelf`.
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: shelf_test_handler
version: 1.0.2-dev
version: 1.0.2
description: A Shelf handler that makes it easy to test HTTP interactions.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/shelf_test_handler
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
http_multi_server: "^2.0.0"
shelf: ">=0.6.0 <0.8.0"
test: "^0.12.19"
test: ">=0.12.19 <2.0.0"

dev_dependencies:
http: "^0.11.3"
Expand Down

0 comments on commit 3a7968e

Please sign in to comment.