Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Mar 22, 2022
1 parent 2241184 commit f547e1d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit f547e1d

Please sign in to comment.