From 223e8eb469c6c4b5d4e16e9db3fd51d0d97f37cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 27 Feb 2023 12:29:54 +0100 Subject: [PATCH] Prep for v1.8.2 --- Project.toml | 2 +- README.md | 2 +- docs/src/changelog.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7676b89a34f..5b6f1735006 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuMP" uuid = "4076af6c-e467-56ae-b986-b466b2749572" repo = "https://github.com/jump-dev/JuMP.jl.git" -version = "1.8.1" +version = "1.8.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/README.md b/README.md index 67816a685f0..e1651e20e88 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by visiting [jump.dev](https://jump.dev). -**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.8.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.8.1) (`release-1.0` branch): +**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/1.8.1/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/1.8.2) (`release-1.0` branch): * Installation via the Julia package manager: * `import Pkg; Pkg.add("JuMP")` * Get help: diff --git a/docs/src/changelog.md b/docs/src/changelog.md index d7e623326fa..358f1590bba 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,16 @@ CurrentModule = JuMP 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 1.8.2 (February 27, 2023) + +### Fixed + + - Fixed dot product between complex JuMP expression and number (#3244) + +### Other + + - Polish simple SDP examples (#3232) + ## Version 1.8.1 (February 23, 2023) ### Fixed