Skip to content

Commit f8a5f26

Browse files
Update changelog
1 parent 0b1c795 commit f8a5f26

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

Diff for: .changes/0.3.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.3.0 (November 14, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* Adds code generation for List, Map, Object, and Set attributes that have an associated external type ([#75](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/75))
6+
7+
BUG FIXES:
8+
9+
* Fix nested attribute name and generated custom value method name conflicts ([#81](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/81))
10+

Diff for: .changes/unreleased/BUG FIXES-20231026-133048.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20231023-180006.yaml

-6
This file was deleted.

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.0 (November 14, 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* Adds code generation for List, Map, Object, and Set attributes that have an associated external type ([#75](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/75))
6+
7+
BUG FIXES:
8+
9+
* Fix nested attribute name and generated custom value method name conflicts ([#81](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/81))
10+
111
## 0.2.0 (October 24, 2023)
212

313
ENHANCEMENTS:

0 commit comments

Comments
 (0)