Skip to content

Commit 25a1378

Browse files
Update changelog
1 parent 3f083ca commit 25a1378

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

.changes/0.19.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.19.0 (October 07, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. ([#307](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/307))
6+
7+
FEATURES:
8+
9+
* actionvalidator: Introduce new package with declarative validators for action configurations ([#302](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/302))
10+
* listresourcevalidator: Introduce new package with declarative validators for list resource configurations ([#298](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/298))
11+

.changes/unreleased/FEATURES-20250815-103910.yaml

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

.changes/unreleased/FEATURES-20250815-103917.yaml

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

.changes/unreleased/NOTES-20251007-163741.yaml

Lines changed: 0 additions & 5 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.19.0 (October 07, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. ([#307](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/307))
6+
7+
FEATURES:
8+
9+
* actionvalidator: Introduce new package with declarative validators for action configurations ([#302](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/302))
10+
* listresourcevalidator: Introduce new package with declarative validators for list resource configurations ([#298](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/298))
11+
112
## 0.18.0 (May 13, 2025)
213

314
NOTES:

0 commit comments

Comments
 (0)