diff --git a/CHANGELOG.md b/CHANGELOG.md index 958d08bb..455d4d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ -## 0.3.0 (2020-01-06) +## 0.4.0 (2022-03-21) + +- add option to remove colour from output with `-uncoloured` option ([#52](https://github.com/katbyte/terrafmt/issues/52)) +- update to go v1.18 ([#54](https://github.com/katbyte/terrafmt/issues/54)) +- correctly surface error statuses ([#50](https://github.com/katbyte/terrafmt/issues/50)) +- add block number to json output ([#49](https://github.com/katbyte/terrafmt/issues/49)) +- update terraform-exec to v0.12.0 ([#42](https://github.com/katbyte/terrafmt/issues/42)) + +## 0.3.0 (2021-01-06) - add support for `return '` blocks ([#39](https://github.com/katbyte/terrafmt/issues/39)) - use terraform-exec to manage the terraform executable ([#36](https://github.com/katbyte/terrafmt/issues/36)) - returns actionable error codes ([#33](https://github.com/katbyte/terrafmt/issues/33)) - suppot addtional go format verbs ([#31](https://github.com/katbyte/terrafmt/issues/31)) -- add option to mask go format versd in `-blocks` output ([#29](https://github.com/katbyte/terrafmt/issues/29)) +- add option to mask go format versd with `-blocks` option ([#29](https://github.com/katbyte/terrafmt/issues/29)) - the `blocks` command can now return blocks null-seperated ([#25](https://github.com/katbyte/terrafmt/issues/25)) - JSON output format for `blocks` command ([#23](https://github.com/katbyte/terrafmt/issues/23)) - tolerate whitespace at the beginning of the first line ([#12](https://github.com/katbyte/terrafmt/issues/12))