Skip to content

Commit 797c6ab

Browse files
committed
update pubspec/changelog for 0.1.3 release
1 parent 686e203 commit 797c6ab

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.3
4+
- Builds are now fully incremental, even on startup.
5+
- Builds will be invalidated if the build script or any of its dependencies
6+
are updated since there is no way of knowing how that would affect things.
7+
- Added `lastModified` to `AssetReader` (only matters if you implement it).
8+
39
## 0.1.2
410
- Exposed the top level `watch` function. This can be used to watch the file
511
system and run incremental rebuilds on changes.

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