diff --git a/.changes/0.16.0.md b/.changes/0.16.0.md new file mode 100644 index 00000000..b2f14118 --- /dev/null +++ b/.changes/0.16.0.md @@ -0,0 +1,7 @@ +## 0.16.0 (July 06, 2023) + +ENHANCEMENTS: + +* generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by `tfplugindocs` from being deleted during generation ([#267](https://github.com/hashicorp/terraform-plugin-docs/issues/267)) +* validate: Add `cdktf` to list of allowed rendered website subdirectories ([#267](https://github.com/hashicorp/terraform-plugin-docs/issues/267)) + diff --git a/.changes/unreleased/ENHANCEMENTS-20230629-144119.yaml b/.changes/unreleased/ENHANCEMENTS-20230629-144119.yaml deleted file mode 100644 index 16982145..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20230629-144119.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: 'generate: Prevent files and subdirectories in the rendered website directory - that are not directly managed by `tfplugindocs` from being deleted during generation' -time: 2023-06-29T14:41:19.134991-04:00 -custom: - Issue: "267" diff --git a/.changes/unreleased/ENHANCEMENTS-20230706-111427.yaml b/.changes/unreleased/ENHANCEMENTS-20230706-111427.yaml deleted file mode 100644 index 2f5c35d6..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20230706-111427.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: 'validate: Add `cdktf` to list of allowed rendered website subdirectories' -time: 2023-07-06T11:14:27.351158-04:00 -custom: - Issue: "267" diff --git a/CHANGELOG.md b/CHANGELOG.md index c88b6127..816f6397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.16.0 (July 06, 2023) + +ENHANCEMENTS: + +* generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by `tfplugindocs` from being deleted during generation ([#267](https://github.com/hashicorp/terraform-plugin-docs/issues/267)) +* validate: Add `cdktf` to list of allowed rendered website subdirectories ([#267](https://github.com/hashicorp/terraform-plugin-docs/issues/267)) + ## 0.15.0 (June 07, 2023) BREAKING CHANGES: