Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Jun 7, 2023
1 parent fe6bf46 commit bb5e754
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
14 changes: 14 additions & 0 deletions .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))

6 changes: 0 additions & 6 deletions .changes/unreleased/BREAKING CHANGES-20230606-092955.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20230606-141357.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20230303-105418.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions 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:
Expand Down

0 comments on commit bb5e754

Please sign in to comment.