Skip to content

Commit 027727c

Browse files
Update changelog
1 parent c8ebb0a commit 027727c

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

.changes/0.2.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.2.0 (October 24, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* 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))
6+
* 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))
7+
8+
BUG FIXES:
9+
10+
* Allow Go reserved keywords to be used as attribute names in nested attributes ([#77](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/77))
11+

.changes/unreleased/BUG FIXES-20231024-095231.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20231018-094607.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20231019-144938.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.2.0 (October 24, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* 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))
6+
* 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))
7+
8+
BUG FIXES:
9+
10+
* Allow Go reserved keywords to be used as attribute names in nested attributes ([#77](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/77))
11+
112
## 0.1.0 (October 17, 2023)
213

314
NOTES:

0 commit comments

Comments
 (0)