Skip to content

Commit bb5e754

Browse files
Update changelog
1 parent fe6bf46 commit bb5e754

File tree

5 files changed

+28
-18
lines changed

5 files changed

+28
-18
lines changed

.changes/0.15.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.15.0 (June 07, 2023)
2+
3+
BREAKING CHANGES:
4+
5+
* generate: The `legacy-sidebar` flag has been removed without replacement. It implemented no logic and is not necessary with Terraform Registry based documentation ([#258](https://github.com/hashicorp/terraform-plugin-docs/issues/258))
6+
7+
NOTES:
8+
9+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#231](https://github.com/hashicorp/terraform-plugin-docs/issues/231))
10+
11+
ENHANCEMENTS:
12+
13+
* generate: Added `provider-dir` flag, which enables the command to be run from any directory ([#259](https://github.com/hashicorp/terraform-plugin-docs/issues/259))
14+

.changes/unreleased/BREAKING CHANGES-20230606-092955.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230606-141357.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/NOTES-20230303-105418.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.15.0 (June 07, 2023)
2+
3+
BREAKING CHANGES:
4+
5+
* generate: The `legacy-sidebar` flag has been removed without replacement. It implemented no logic and is not necessary with Terraform Registry based documentation ([#258](https://github.com/hashicorp/terraform-plugin-docs/issues/258))
6+
7+
NOTES:
8+
9+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#231](https://github.com/hashicorp/terraform-plugin-docs/issues/231))
10+
11+
ENHANCEMENTS:
12+
13+
* generate: Added `provider-dir` flag, which enables the command to be run from any directory ([#259](https://github.com/hashicorp/terraform-plugin-docs/issues/259))
14+
115
## 0.14.1 (March 02, 2023)
216

317
BUG FIXES:

0 commit comments

Comments
 (0)