From 3de9356141dc0be78686e81cf1bffbfd9a298d3f Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 12 Sep 2025 11:03:16 +0200 Subject: [PATCH] Go: Retrofit the change log to mention Go 1.25 This can only be a minor change (or something similar) to stay within the semantic versioning contraints. This is because only the patch version of the Go ql library pack was bumped during the release. Since there were no new language features in Go 1.25, this might also be the most accurate choice here. --- go/ql/lib/CHANGELOG.md | 4 +++- go/ql/lib/change-notes/released/4.3.2.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go/ql/lib/CHANGELOG.md b/go/ql/lib/CHANGELOG.md index 686ac94e11bc..e2a12de418a7 100644 --- a/go/ql/lib/CHANGELOG.md +++ b/go/ql/lib/CHANGELOG.md @@ -4,7 +4,9 @@ No user-facing changes. ## 4.3.2 -No user-facing changes. +### Minor Analysis Improvements + +* Go 1.25 is now supported. ## 4.3.1 diff --git a/go/ql/lib/change-notes/released/4.3.2.md b/go/ql/lib/change-notes/released/4.3.2.md index 1af97c826975..18a80c84a81b 100644 --- a/go/ql/lib/change-notes/released/4.3.2.md +++ b/go/ql/lib/change-notes/released/4.3.2.md @@ -1,3 +1,5 @@ ## 4.3.2 -No user-facing changes. +### Minor Analysis Improvements + +* Go 1.25 is now supported.