Skip to content

Commit d0b4f08

Browse files
Update changelog
1 parent 303d602 commit d0b4f08

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 30, 2023)
2+
3+
FEATURES:
4+
5+
* Added schema.ignores option to generator config for resources, data sources, and providers. Allows excluding attributes from OAS mapping ([#81](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/81))
6+
7+
ENHANCEMENTS:
8+
9+
* Added data source support for response body arrays ([#16](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/16))
10+
* Schemas that have the `properties` keyword defined with no type will now default to `object` ([#79](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/79))
11+

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

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

.changes/unreleased/ENHANCEMENTS-20231020-170209.yaml

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

.changes/unreleased/FEATURES-20231026-162053.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 30, 2023)
2+
3+
FEATURES:
4+
5+
* Added schema.ignores option to generator config for resources, data sources, and providers. Allows excluding attributes from OAS mapping ([#81](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/81))
6+
7+
ENHANCEMENTS:
8+
9+
* Added data source support for response body arrays ([#16](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/16))
10+
* Schemas that have the `properties` keyword defined with no type will now default to `object` ([#79](https://github.com/hashicorp/terraform-plugin-codegen-openapi/issues/79))
11+
112
## 0.1.0 (October 17, 2023)
213

314
NOTES:

0 commit comments

Comments
 (0)