From 6ffe60214c5892a4725a3de8fb6972a3267d5ed8 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 19 Feb 2026 16:35:36 +1300 Subject: [PATCH 1/2] [breaking] Prep for v0.15.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ce6dfea..b5f2e9c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ParametricOptInterface" uuid = "0ce4ce61-57bf-432b-a095-efac525d185e" authors = ["Tomás Gutierrez "] -version = "0.14.3" +version = "0.15.0" [deps] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" From 0b9e009a4e094de22f93aa35fd5d66132be6cf2c Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 24 Feb 2026 09:35:18 +1300 Subject: [PATCH 2/2] Update --- docs/src/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 81b2703d..51ab6ca0 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,7 +7,7 @@ CurrentModule = ParametricOptInterface 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). -## Version 0.15.0 (February 19, 2026) +## Version 0.15.0 (February 24, 2026) This breaking release removes a number of ParametricOptInterface-specific features in favor of the officially supported MathOptInterface functions for @@ -15,7 +15,7 @@ dealing with parameters. ### Breaking -- Removed `QuadraticObjectiveCoef` (#213) +- Removed `QuadraticObjectiveCoef` (#213), (#224), (#225) This breaking change removed `QuadraticObjectiveCoef` and all related functions. @@ -71,3 +71,5 @@ dealing with parameters. - Make the explanation a separate page (#217) - Increase coverage (#218) - Run the benchmarks in CI to ensure they stay updated (#220) +- Added this changelog (#221) +- Added a cleanup action (#222)