Skip to content

Commit c3b9af5

Browse files
committed
Prep for v1.51.1
1 parent 27cc1c6 commit c3b9af5

2 files changed

Lines changed: 13 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.0"
3+
version = "1.51.1"
44

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

docs/src/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.1 (May 27, 2026)
11+
12+
### Fixed
13+
14+
- Fixed basic tests with [`PowerCone`](@ref) (#3003)
15+
- Fixed various getters for [`VariableBridgingCost`](@ref) and
16+
[`ConstraintBridgingCost`](@ref). This release adds new tests, which may cause
17+
the tests of some dependent packages to break because of a common bug in how
18+
layers should compute the costs of bridging variable and constraints. If you
19+
need help fixing a package with broken tests, please open a GitHub issue.
20+
(#3001), (#3004)
21+
1022
## v1.51.0 (April 27, 2026)
1123

1224
### Breaking

0 commit comments

Comments
 (0)