Skip to content

Commit

Permalink
update pubspec/changelog for 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Feb 19, 2016
1 parent 686e203 commit 797c6ab
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.3
- Builds are now fully incremental, even on startup.
- Builds will be invalidated if the build script or any of its dependencies
are updated since there is no way of knowing how that would affect things.
- Added `lastModified` to `AssetReader` (only matters if you implement it).

## 0.1.2
- Exposed the top level `watch` function. This can be used to watch the file
system and run incremental rebuilds on changes.
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.2
version: 0.1.3
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
Expand Down

0 comments on commit 797c6ab

Please sign in to comment.