-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add a changelog. * Add option to print executable version: `./go-wardley -V` or `./go-wardley --version`. * Update HCL parsing code to allow for optional values. * Update HCL parsing to print user facing diagnostic errors. * Add fsnotify file watches. * Allow defining Map Details (size) in HCL.
- Loading branch information
1 parent
5812944
commit 57a073f
Showing
10 changed files
with
694 additions
and
218 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
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,14 @@ | ||
= Changelog | ||
|
||
== v0.2.0 | ||
|
||
* Add a changelog. | ||
* Add option to print executable version: `./go-wardley -V` or `./go-wardley --version`. | ||
* Update HCL parsing code to allow for optional values. | ||
* Update HCL parsing to print user facing diagnostic errors. | ||
* Add fsnotify file watches. | ||
* Allow defining Map Details (size) in HCL. | ||
|
||
== v0.1.0 | ||
|
||
Sharing MVP with the world, it sucks but it works. |
Oops, something went wrong.