diff --git a/Project.toml b/Project.toml index 1ce6dfe..b5f2e9c 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" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 81b2703..51ab6ca 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)