From dc701619981efa922b8e6e4ef47de7860bcd284e Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 1 Mar 2022 14:33:38 +1300 Subject: [PATCH] Prep for v1.0.2 --- Project.toml | 2 +- docs/src/release_notes.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9cb235b345..97e0d5035b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.0.1" +version = "1.0.2" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 2b2e94cc61..3b8bc2ea6e 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -1,5 +1,18 @@ # Release notes +## v1.0.2 (March 1, 2022) + +For a detailed list of the closed issues and pull requests from this release, +see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.0.2). + +### Bug fixes + + - Fixed a bug in the `test_model_ScalarFunctionConstantNotZero` test + - Fixed the error type when an `AbstractFunctionConversionBridge` cannot get or + set an attribute + - Identified a correctness bug in `RSOCtoPSDBridge`. We now thrown an error + instead of returning an incorrect result. + ## v1.0.1 (February 25, 2022) For a detailed list of the closed issues and pull requests from this release,