| commit | 8bef7e4c8b8d6d16524b8bc1b433439d55f356eb | [log] [tgz] |
|---|---|---|
| author | nweiz@google.com <nweiz@google.com> | Fri Sep 26 00:41:39 2014 +0000 |
| committer | nweiz@google.com <nweiz@google.com> | Fri Sep 26 00:41:39 2014 +0000 |
| tree | d7c0344ac4f00bd188eacda736fce0ce4922aa1b | |
| parent | 9e3d4945d71cbaf62c05e0c294b9237c03029f76 [diff] |
Widen the stack_trace SDK constraint. R=rnystrom@google.com Review URL: https://codereview.chromium.org//603623005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/stack_trace@40701 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/stack_trace/CHANGELOG.md b/pkgs/stack_trace/CHANGELOG.md index bbb7eb5..2850cfc 100644 --- a/pkgs/stack_trace/CHANGELOG.md +++ b/pkgs/stack_trace/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 1.1.1 + +* Widen the SDK constraint to include 1.7.0-dev.4.0. + ## 1.1.0 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in
diff --git a/pkgs/stack_trace/pubspec.yaml b/pkgs/stack_trace/pubspec.yaml index cd798bf..4d9793d 100644 --- a/pkgs/stack_trace/pubspec.yaml +++ b/pkgs/stack_trace/pubspec.yaml
@@ -7,7 +7,7 @@ # # When the major version is upgraded, you *must* update that version constraint # in pub to stay in sync with this. -version: 1.1.0 +version: 1.1.1 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > @@ -19,4 +19,4 @@ dev_dependencies: unittest: ">=0.9.0 <0.12.0" environment: - sdk: ">=1.7.0-edge.40308 <2.0.0" + sdk: ">=1.7.0-dev.4.0 <2.0.0"