-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change Log | ||
|
||
## 0.2.0 | ||
|
||
### Added | ||
- Added Target build scripts with `Target.prebuildScripts` and `Target.postbuildScripts` | ||
- Support for absolute paths in target sources, run script files, and config files | ||
- Add validation for incorrect `Target.configFiles` | ||
|
||
### Fixed | ||
- fixed some project objects sometimes having duplicate ids | ||
|
||
## 0.1.0 | ||
First official release | ||
|