Skip to content

Commit 5750c63

Browse files
committed
prepare for 0.2.0 release
1 parent e2e0bcd commit 5750c63

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.0
4+
- Updated the top level classes to take a `PhaseGroup` instead of a
5+
`List<List<Phase>>`.
6+
- Added logic to handle nested package directories.
7+
- Basic windows support added, although it may still be unstable.
8+
- Significantly increased the resolving speed by using the same sources cache.
9+
- Added a basic README.
10+
- Moved the `.build` folder to `.dart_tool/build`. Other packages in the future
11+
may also use this folder.
12+
313
## 0.1.4
414
- Added top level `serve` function.
515
- Just like `watch`, but it provides a server which blocks on any ongoing

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