From ef01069a676b009c6a8f242f4211927a53f88f1a Mon Sep 17 00:00:00 2001 From: odow Date: Thu, 11 Jan 2024 10:07:17 +1300 Subject: [PATCH] Prep for v1.25.1 --- Project.toml | 2 +- docs/src/changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 43fb9009e5..3e44ab9278 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.25.0" +version = "1.25.1" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 47ccc0d6f9..efb2920748 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.25.1 (January 11, 2024) + +### Fixed + + - Fixed `map_indices` for `AbstractAutomaticDifferentiation` (#2394) + - Fixed deleting a variable in [`Bridges.Variable.VectorizeBridge`](@ref) + (#2393) + - Fixed super type of [`LowerBoundAlreadySet`](@ref) and [`UpperBoundAlreadySet`](@ref) + (#2397) + +### Other + + - Removed a duplicated test (#2395) + ## v1.25.0 (January 5, 2024) ### Added