Skip to content

Commit

Permalink
update pubspec/changelog for 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Feb 23, 2016
1 parent 7becde4 commit 4a45ce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
version: 0.1.3
version: 0.1.4
description: A build system for Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build
Expand Down

0 comments on commit 4a45ce0

Please sign in to comment.