Skip to content

Commit 422250f

Browse files
committed
feat: preparing release notes for 1.3.0 release
1 parent 9a80d8b commit 422250f

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.3.0 (Feb 16, 2026)
2+
3+
NOTES:
4+
5+
* Updated repository Go version to `1.26.0`
6+
* See the [Go `1.26.0` milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.26)
7+
* See the [Go `1.26.0` release notes](https://go.dev/doc/go1.26)
8+
* Updated all dependencies to latest
9+
* Updated repository tooling:
10+
* `golangci-lint` to `2.9.0`
11+
* `goreleaser` to `2.13.3`
12+
* GitHub `actions/checkout` to `v6`
13+
14+
BREAKING CHANGES:
15+
16+
* Dropping support for `arm` architecture: this `GOARCH` has been
17+
[removed for Windows in Golang 1.26](https://go.dev/doc/go1.26#windows), and it sees very little use
18+
in comparison to `arm64` for Terraform target audences.
19+
120
## 1.2.11 (Nov 20, 2025)
221

322
NOTES:
@@ -6,7 +25,7 @@ NOTES:
625
* See the [Go `1.25.4` milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.25.4)
726
* See the [Go `1.25.4` release notes](https://go.dev/doc/devel/release#go1.25.4)
827
* Updated all dependencies to latest
9-
* * Updated repository `golangci-lint` to `2.6.2`
28+
* Updated repository `golangci-lint` to `2.6.2`
1029

1130
IMPROVEMENTS:
1231

0 commit comments

Comments
 (0)