From 4a45ce0192ed08405ad117ff0dc69e6e7329394d Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Tue, 23 Feb 2016 12:17:30 -0800 Subject: [PATCH] update pubspec/changelog for 0.1.4 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953bd9bb1..e2aa1cf8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.4 +- Added top level `serve` function. + - Just like `watch`, but it provides a server which blocks on any ongoing + builds before responding to requests. +- Minor bug fixes. + ## 0.1.3 - Builds are now fully incremental, even on startup. - Builds will be invalidated if the build script or any of its dependencies diff --git a/pubspec.yaml b/pubspec.yaml index d4e00ccdb..153aa7f94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: build -version: 0.1.3 +version: 0.1.4 description: A build system for Dart. author: Dart Team homepage: https://github.com/dart-lang/build