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 Oct 24, 2023
1 parent c8ebb0a commit 027727c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
11 changes: 11 additions & 0 deletions .changes/0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.2.0 (October 24, 2023)

ENHANCEMENTS:

* Adds code generation for Bool, Float64, Int64, Number, and String attributes that have an associated external type ([#59](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/59))
* Adds usage of To/From methods for primitive attributes with an associated external type into To/From methods of nested attributes and blocks ([#73](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/73))

BUG FIXES:

* Allow Go reserved keywords to be used as attribute names in nested attributes ([#77](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/77))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20231024-095231.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231018-094607.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231019-144938.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0 (October 24, 2023)

ENHANCEMENTS:

* Adds code generation for Bool, Float64, Int64, Number, and String attributes that have an associated external type ([#59](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/59))
* Adds usage of To/From methods for primitive attributes with an associated external type into To/From methods of nested attributes and blocks ([#73](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/73))

BUG FIXES:

* Allow Go reserved keywords to be used as attribute names in nested attributes ([#77](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/77))

## 0.1.0 (October 17, 2023)

NOTES:
Expand Down

0 comments on commit 027727c

Please sign in to comment.