Skip to content

Commit ac7d19a

Browse files
Update changelog
1 parent 11fcc79 commit ac7d19a

File tree

5 files changed

+16
-19
lines changed

5 files changed

+16
-19
lines changed

.changes/0.20.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.20.1 (November 26, 2024)
2+
3+
BUG FIXES:
4+
5+
* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419))
6+
* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419))
7+
* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421))
8+

.changes/unreleased/BUG FIXES-20241118-125001.yaml

-6
This file was deleted.

.changes/unreleased/BUG FIXES-20241118-125100.yaml

-7
This file was deleted.

.changes/unreleased/BUG FIXES-20241118-125204.yaml

-6
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.20.1 (November 26, 2024)
2+
3+
BUG FIXES:
4+
5+
* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419))
6+
* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419))
7+
* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421))
8+
19
## 0.20.0 (November 06, 2024)
210

311
NOTES:

0 commit comments

Comments
 (0)