Skip to content

Commit 7c5df3b

Browse files
committed
update pubspec/changelog for release
1 parent 41806f1 commit 7c5df3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.2
4+
- Exposed the top level `watch` function. This can be used to watch the file
5+
system and run incremental rebuilds on changes.
6+
- Initial build is still non-incremental.
7+
38
## 0.1.1
49

510
- Exposed the top level `build` function. This can be used to run builds.

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.1
2+
version: 0.1.2
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)