CHANGELOG.md in itamae-1.6.3 vs CHANGELOG.md in itamae-1.7.0.pre

- old
+ new

@@ -1,4 +1,15 @@ +## v1.6.4.pre + +Features + +- `--profile` option (experimental) + - `--profile PATH` saves executed commands to `PATH` in JSON format + +Bugfixes + +- [Suppress errors of `edit` action of `file` resource when the target file doesn't exist in `dry-run` mode](https://github.com/itamae-kitchen/itamae/pull/144) + ## v1.6.3 Features - [New command: `itamae init` which creates files and directories following the best practices (by @hmadison)](https://github.com/itamae-kitchen/itamae/pull/172)