Skip to content

Commit 4924469

Browse files
authored
Prep for v1.51.2 (#3021)
1 parent a991768 commit 4924469

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.51.1"
3+
version = "1.51.2"
44

55
[deps]
66
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"

docs/src/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v1.51.2 (July 17, 2026)
11+
12+
### Fixed
13+
14+
- Fixed use of recursion in `canonicalize!(::ScalarNonlinearFunction)` (#3009)
15+
- Fixed method ambiguity in [`Utilities.PenaltyRelaxation`](@ref) constructor
16+
(#3017)
17+
- Fixed printing of zero-dimensional vector functions (#3020)
18+
19+
### Other
20+
21+
- Fixed typos in comments (#3007)
22+
- Fixed formatting for new JuliaFormatter release (#3011)
23+
- Updated GitHub actions (#3012), (#3014)
24+
1025
## v1.51.1 (May 29, 2026)
1126

1227
### Fixed

0 commit comments

Comments
 (0)