From fe4a36ce7088e10a4b2b59ada84a394440f425b5 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 23 May 2024 21:00:35 +1200 Subject: [PATCH] Prep for v1.30.0 (#2503) * Prep for v1.30.0 * Update docs/src/changelog.md --- Project.toml | 2 +- docs/src/changelog.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b2fa5b2600..b30de27d16 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.29.0" +version = "1.30.0" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 6a07a12b60..97cb6220a5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,23 @@ 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.30.0 (May 23, 2024) + +### Added + + - Added input and output functions to `Bridges.runtests` (#2497) + +### Fixed + + - Improved the heuristic of when to write variable cones in `FileFormats.CBF` + (#2494) + - Fixed `Bridges.runtests` when model has no variable (#2499) + - Fixed getting an attribute of an empty vector (#2501) + +### Other + + - Fixed links in the documentation (#2502) + ## v1.29.0 (April 19, 2024) ### Added