internal/history: document Go 1.25.7 and 1.24.13 Change-Id: I6a6a636cc7cc834f12edb334407dedcbb8524ae0 Reviewed-on: https://go-review.googlesource.com/c/website/+/741781 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/internal/history/release.go b/internal/history/release.go index afcc977..7d03d9b 100644 --- a/internal/history/release.go +++ b/internal/history/release.go
@@ -14,6 +14,27 @@ // The table is sorted by date, breaking ties with newer versions first. var Releases = []*Release{ { + Date: Date{2026, 2, 4}, Version: Version{1, 25, 7}, + Security: &FixSummary{ + Components: []template.HTML{"the <code>go</code> command"}, + Packages: []string{"crypto/tls"}, + }, + Bug: &FixSummary{ + Components: []template.HTML{"the compiler"}, + Packages: []string{"crypto/x509"}, + }, + }, + { + Date: Date{2026, 2, 4}, Version: Version{1, 24, 13}, + Security: &FixSummary{ + Components: []template.HTML{"the <code>go</code> command"}, + Packages: []string{"crypto/tls"}, + }, + Bug: &FixSummary{ + Packages: []string{"crypto/x509"}, + }, + }, + { Date: Date{2026, 1, 15}, Version: Version{1, 25, 6}, Security: &FixSummary{ Components: []template.HTML{"the <code>go</code> command"},