From 62708c3dde3d69c07bd8b5907ac41f7fbf61696a Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 1 Feb 2022 09:18:21 +1300 Subject: [PATCH 1/3] Prep for v0.10.8 --- Project.toml | 2 +- docs/src/release_notes.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0554e12196..e8d1b6555a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "0.10.7" +version = "0.10.8" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 60c12ed1b7..c52184a3f3 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -1,5 +1,20 @@ # Release notes +## v0.10.8 (February 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/v0.10.8). + +### New features + + - Added a `Base.read!` for `FileFormats.LP`. +### Bug fixes + + - Fixed a bug in `MutableSparseMatrix` + - Fixed a bug when calling `operate!(vcat, ...)` with `Number` arguments + - Removed unintended export of deprecated symbols + - Fixed a bug with `PowerCone` and `DualPowerCone` in `MatrixOfConstraints`. + ## v0.10.7 (January 5, 2022) For a detailed list of the closed issues and pull requests from this release, From fd556a39ec2f63ee7d7ea398cfaea2db11dfe010 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 3 Feb 2022 08:53:40 +1300 Subject: [PATCH 2/3] Update docs/src/release_notes.md --- docs/src/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index c52184a3f3..5690275fb1 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -8,6 +8,7 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag ### New features - Added a `Base.read!` for `FileFormats.LP`. + ### Bug fixes - Fixed a bug in `MutableSparseMatrix` From 961ae966e179eec7414b09bc4954a46be8a362ae Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 3 Feb 2022 09:57:57 +1300 Subject: [PATCH 3/3] Update release_notes.md --- docs/src/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 5690275fb1..9bc4bd0377 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -1,6 +1,6 @@ # Release notes -## v0.10.8 (February 1, 2022) +## v0.10.8 (February 3, 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/v0.10.8).