Skip to content

Commit 4a45ce0

Browse files
committed
update pubspec/changelog for 0.1.4
1 parent 7becde4 commit 4a45ce0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.4
4+
- Added top level `serve` function.
5+
- Just like `watch`, but it provides a server which blocks on any ongoing
6+
builds before responding to requests.
7+
- Minor bug fixes.
8+
39
## 0.1.3
410
- Builds are now fully incremental, even on startup.
511
- Builds will be invalidated if the build script or any of its dependencies

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 0.1.3
2+
version: 0.1.4
33
description: A build system for Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build

0 commit comments

Comments
 (0)