Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "1.52.0"
version = "1.53.0"

[deps]
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
Expand Down
23 changes: 23 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ 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.53.0 (August 18, 2026)

### Added

- Added [`dual_set`](@ref) for [`NormCone`](@ref) (#3042)
- Added [`DualGeometricMeanCone`](@ref) (#3041), (#3047)
- Added [`DualRelativeEntropyCone`](@ref) (#3049), (#3051)

### Fixed

- Fixed `[compat]` bound on CliqueTrees.jl (#3039)
- Fixed [`ConstraintPrimal`](@ref) and [`ConstraintPrimalStart`](@ref) in
[`Bridges.Constraint.GeoMeanBridge`](@ref) (#3056)

### Other

- Updated `solver_tests.yml` (#3038)
- Updated GitHub actions versions (#3043)
- Added DocumenterCodeBlocks.jl (#3044), (#3058)
- Disable `depwarn=error` on Julia nightly (#3050)
- Fixed various typos in the documentation (#3052)
- Fixed various link checking (#3058)

## v1.52.0 (July 31, 2026)

### Added
Expand Down
Loading