mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Updated CHANGELOG
This commit is contained in:
parent
b99e3500e1
commit
07730a425a
1 changed files with 10 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,9 +2,17 @@
|
|||
## [Unreleased]
|
||||
|
||||
|
||||
|
||||
<a name="v1.23.0"></a>
|
||||
## [v1.23.0] - 2020-01-21
|
||||
|
||||
- Added support for terraform-docs 0.8.0 with proper support for Terraform 0.12 syntax (bye-bye awk) ([#85](https://github.com/antonbabenko/pre-commit-terraform/issues/85))
|
||||
|
||||
|
||||
<a name="v1.22.0"></a>
|
||||
## [v1.22.0] - 2020-01-13
|
||||
|
||||
- Updated CHANGELOG
|
||||
- move terraform-docs args after markdown command ([#83](https://github.com/antonbabenko/pre-commit-terraform/issues/83))
|
||||
|
||||
|
||||
|
|
@ -223,7 +231,8 @@
|
|||
- Initial commit
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.22.0...HEAD
|
||||
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.23.0...HEAD
|
||||
[v1.23.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.22.0...v1.23.0
|
||||
[v1.22.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.21.0...v1.22.0
|
||||
[v1.21.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.20.0...v1.21.0
|
||||
[v1.20.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.19.0...v1.20.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue