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