Skip to content

Commit 48086cb

Browse files
Update changelog
1 parent ba395d2 commit 48086cb

9 files changed

+42
-37
lines changed

Diff for: .changes/0.13.0.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 0.13.0 (July 09, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#198](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/198))
6+
7+
FEATURES:
8+
9+
* int32validator: New package which contains int32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
10+
* float32validator: New package which contains float32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
11+
12+
ENHANCEMENTS:
13+
14+
* listvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
15+
* mapvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
16+
* setvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
17+
18+
BUG FIXES:
19+
20+
* Add the attribute from the request to the at-least-one validator's error message ([#199](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/199))
21+

Diff for: .changes/unreleased/BUG FIXES-20240306-234246.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240626-174347.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240626-174411.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/ENHANCEMENTS-20240626-174423.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/FEATURES-20240626-174145.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/FEATURES-20240626-174220.yaml

-5
This file was deleted.

Diff for: .changes/unreleased/NOTES-20240229-092409.yaml

-7
This file was deleted.

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.13.0 (July 09, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#198](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/198))
6+
7+
FEATURES:
8+
9+
* int32validator: New package which contains int32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
10+
* float32validator: New package which contains float32 type specific validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
11+
12+
ENHANCEMENTS:
13+
14+
* listvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
15+
* mapvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
16+
* setvalidator: Added `ValueInt32sAre` and `ValueFloat32sAre` validators ([#222](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/222))
17+
18+
BUG FIXES:
19+
20+
* Add the attribute from the request to the at-least-one validator's error message ([#199](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/199))
21+
122
## 0.12.0 (August 30, 2023)
223

324
ENHANCEMENTS:

0 commit comments

Comments
 (0)