Skip to content

Commit 1a25278

Browse files
Update changelog
1 parent 13ad22b commit 1a25278

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

.changes/0.10.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.10.0 (November 13, 2025)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.24 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#263](https://github.com/hashicorp/terraform-plugin-log/issues/263))
6+
* tfsdklog.RegisterTestSink is deprecated in favor or tfsdklog.ContextWithTestLogging ([#264](https://github.com/hashicorp/terraform-plugin-log/issues/264))
7+
8+
FEATURES:
9+
10+
* Added `tfsdklog.ContextWithStandardLogging()` for test sweeper logging ([#162](https://github.com/hashicorp/terraform-plugin-log/issues/162))
11+

.changes/unreleased/FEATURES-20251015-121524.yaml

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

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

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

.changes/unreleased/NOTES-20251008-161009.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.10.0 (November 13, 2025)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.24 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#263](https://github.com/hashicorp/terraform-plugin-log/issues/263))
6+
* tfsdklog.RegisterTestSink is deprecated in favor or tfsdklog.ContextWithTestLogging ([#264](https://github.com/hashicorp/terraform-plugin-log/issues/264))
7+
8+
FEATURES:
9+
10+
* Added `tfsdklog.ContextWithStandardLogging()` for test sweeper logging ([#162](https://github.com/hashicorp/terraform-plugin-log/issues/162))
11+
112
## 0.9.0 (May 31, 2023)
213

314
NOTES:

0 commit comments

Comments
 (0)