From bb5e754d25e7ec09e961e79ea573d6ac540129f5 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Wed, 7 Jun 2023 13:36:16 +0000 Subject: [PATCH] Update changelog --- .changes/0.15.0.md | 14 ++++++++++++++ .../BREAKING CHANGES-20230606-092955.yaml | 6 ------ .../unreleased/ENHANCEMENTS-20230606-141357.yaml | 6 ------ .changes/unreleased/NOTES-20230303-105418.yaml | 6 ------ CHANGELOG.md | 14 ++++++++++++++ 5 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/0.15.0.md delete mode 100644 .changes/unreleased/BREAKING CHANGES-20230606-092955.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20230606-141357.yaml delete mode 100644 .changes/unreleased/NOTES-20230303-105418.yaml diff --git a/.changes/0.15.0.md b/.changes/0.15.0.md new file mode 100644 index 00000000..3b25c130 --- /dev/null +++ b/.changes/0.15.0.md @@ -0,0 +1,14 @@ +## 0.15.0 (June 07, 2023) + +BREAKING CHANGES: + +* 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)) + +NOTES: + +* 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)) + +ENHANCEMENTS: + +* 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)) + diff --git a/.changes/unreleased/BREAKING CHANGES-20230606-092955.yaml b/.changes/unreleased/BREAKING CHANGES-20230606-092955.yaml deleted file mode 100644 index cd09d3b2..00000000 --- a/.changes/unreleased/BREAKING CHANGES-20230606-092955.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BREAKING CHANGES -body: 'generate: The `legacy-sidebar` flag has been removed without replacement. It - implemented no logic and is not necessary with Terraform Registry based documentation' -time: 2023-06-06T09:29:55.309657-04:00 -custom: - Issue: "258" diff --git a/.changes/unreleased/ENHANCEMENTS-20230606-141357.yaml b/.changes/unreleased/ENHANCEMENTS-20230606-141357.yaml deleted file mode 100644 index 891f6806..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20230606-141357.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: 'generate: Added `provider-dir` flag, which enables the command to be run from - any directory' -time: 2023-06-06T14:13:57.482032-04:00 -custom: - Issue: "259" diff --git a/.changes/unreleased/NOTES-20230303-105418.yaml b/.changes/unreleased/NOTES-20230303-105418.yaml deleted file mode 100644 index 3cda5e2a..00000000 --- a/.changes/unreleased/NOTES-20230303-105418.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: 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. -time: 2023-03-03T10:54:18.414865Z -custom: - Issue: "231" diff --git a/CHANGELOG.md b/CHANGELOG.md index b8665749..c88b6127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.15.0 (June 07, 2023) + +BREAKING CHANGES: + +* 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)) + +NOTES: + +* 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)) + +ENHANCEMENTS: + +* 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)) + ## 0.14.1 (March 02, 2023) BUG FIXES: