From aa8fe1b5a82b9016dd960fcda04fe9711bc6d2d5 Mon Sep 17 00:00:00 2001 From: "devoncarew@google.com" Date: Wed, 12 Mar 2014 16:38:45 +0000 Subject: [PATCH] Upgrade compiler_unsupported to v0.7.1. This version captures the dart2js code from SDK 1.3.0-dev.3.2. R=scheglov@google.com Review URL: https://codereview.chromium.org//194553004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33588 260f80e4-7a28-3924-810f-c04153c831b5 --- pkg/compiler_unsupported/changelog.md | 5 +++++ pkg/compiler_unsupported/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pkg/compiler_unsupported/changelog.md diff --git a/pkg/compiler_unsupported/changelog.md b/pkg/compiler_unsupported/changelog.md new file mode 100644 index 00000000000..e5d20215dfd --- /dev/null +++ b/pkg/compiler_unsupported/changelog.md @@ -0,0 +1,5 @@ +# Changelog + +## Version 0.7.1 +Upgrade to SDK 1.3.0-dev.3.2. + diff --git a/pkg/compiler_unsupported/pubspec.yaml b/pkg/compiler_unsupported/pubspec.yaml index e7d65b14a51..a228bcd9690 100644 --- a/pkg/compiler_unsupported/pubspec.yaml +++ b/pkg/compiler_unsupported/pubspec.yaml @@ -1,5 +1,5 @@ name: compiler_unsupported -version: 0.7.0 +version: 0.7.1 author: Dart2js Team homepage: http://www.dartlang.org description: >