From f13321927e42725285ae53ea648050ff8ab4acec Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 9 Jul 2026 10:09:54 +1200 Subject: [PATCH 1/2] Prep for v1.51.2 --- Project.toml | 2 +- docs/src/changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2ac37e8e95..88a4f939f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.51.1" +version = "1.51.2" [deps] CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 4ef020ac15..d3f52e24f7 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,20 @@ CurrentModule = MathOptInterface The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.51.2 (July 9, 2026) + +### Fixed +- Fixed use of recursion in `canonicalize!(::ScalarNonlinearFunction)` (#3009) +- Fixed method ambiguity in [`Utilities.PenaltyRelaxation`](@ref) constructor + (#3017) +- Fixed printing of zero-dimensional vector functions (#3020) + +### Other + +- Fixed typos in comments (#3007) +- Fixed formatting for new JuliaFormatter release (#3011) +- Updated GitHub actions (#3012), (#3014) + ## v1.51.1 (May 29, 2026) ### Fixed From 50a02a4e310ac04183154eb93b7a673643a56ef6 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 16 Jul 2026 20:55:35 +1200 Subject: [PATCH 2/2] Update changelog for version 1.51.2 Updated the release date for version 1.51.2 and added fixed issues. --- docs/src/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index d3f52e24f7..6be8762174 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,9 +7,10 @@ CurrentModule = MathOptInterface The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.51.2 (July 9, 2026) +## v1.51.2 (July 17, 2026) ### Fixed + - Fixed use of recursion in `canonicalize!(::ScalarNonlinearFunction)` (#3009) - Fixed method ambiguity in [`Utilities.PenaltyRelaxation`](@ref) constructor (#3017)