From 81b75d105bbf0e1cc915ed08ae5e0a009ef25f06 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 11 Feb 2023 09:24:20 +1300 Subject: [PATCH] Prep for v1.12.0 (#2090) --- Project.toml | 2 +- docs/src/changelog.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05f6a164fd..cce315b2a1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.11.5" +version = "1.12.0" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 96b97f6fba..c5094356d5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,26 @@ 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.12.0 (February 10, 2022) + +### Added + + - Added support for vector-valued objective functions (#2070) + - Added a [`Utilities.distance_to_set`](@ref) method for + [`SecondOrderCone`](@ref) (#2060) + +### Fixed + + - Fixed a number of constraint bridges so that `Bridges.final_touch` can be + called multiple times without forcing a rebuild of the reformulation (#2089) + +### Other + + - Added new tests that a set [`ObjectiveFunction`](@ref) appears in + [`ListOfModelAttributesSet`](@ref) (#2085) + - Improved the docstrings of a number of constraint-programming related sets + (#2087) + ## v1.11.5 (January 24, 2022) ### Fixed