Skip to content

Commit c441f86

Browse files
committed
add changelogs
1 parent 612736d commit c441f86

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: NOTES
2+
body: 'all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy).
3+
It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23)
4+
before upgrading. Any consumers building on earlier Go versions may experience errors.'
5+
time: 2025-03-17T15:33:11.058742-04:00
6+
custom:
7+
Issue: "1114"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: NOTES
2+
body: 'all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy).
3+
It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23)
4+
before upgrading. Any consumers building on earlier Go versions may experience errors.'
5+
time: 2025-03-17T15:33:11.058742-04:00
6+
custom:
7+
Issue: "1114"

.copywrite.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project {
66

77
header_ignore = [
88
# changie tooling configuration and CHANGELOG entries (prose)
9-
".changes/unreleased/*.yaml",
9+
".changes/unreleased/**",
1010
".changie.yaml",
1111

1212
# GitHub issue template configuration

0 commit comments

Comments
 (0)