diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2016-05-26 16:28:25 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2016-05-26 16:28:25 -0400 |
| commit | 8f92a13f6d84fd924c352f8956f4005e1330df40 (patch) | |
| tree | a3e3f2a5ae243a913b6db34fae469e98ccab8a47 /CHANGELOG.md | |
| parent | d66efc969fa72cab6f024fbc473f87a69f12e17d (diff) | |
Updating changelog for 0.5.0
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e95cf7c0..3bf7284e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Change Log -## [Unreleased](https://github.com/hairyhenderson/gomplate/tree/HEAD) +## [v0.5.0](https://github.com/hairyhenderson/gomplate/tree/v0.5.0) (2016-05-22) +[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.4.0...v0.5.0) -[Full Changelog](https://github.com/hairyhenderson/gomplate/compare/v0.4.0...HEAD) +**Implemented enhancements:** + +- It'd be nice to also resolve templates from files [\#8](https://github.com/hairyhenderson/gomplate/issues/8) +- Switching argument parsing to codegangsta/cli [\#42](https://github.com/hairyhenderson/gomplate/pull/42) ([hairyhenderson](https://github.com/hairyhenderson)) +- New datasource function - allows use of JSON files as a data source for the template [\#9](https://github.com/hairyhenderson/gomplate/pull/9) ([hairyhenderson](https://github.com/hairyhenderson)) **Fixed bugs:** |
