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