diff --git a/Project.toml b/Project.toml index e0f22d760ef..71175aafea5 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.23.4" +version = "1.23.5" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/packages.toml b/docs/packages.toml index 0d8a0777373..8e84b083e07 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -57,7 +57,7 @@ [Gurobi] rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc" [HiGHS] - rev = "v1.12.0" + rev = "v1.12.1" [Hypatia] rev = "v0.8.1" has_html = true @@ -138,7 +138,7 @@ has_html = true [DAQP] user = "darnstrom" - rev = "v0.5.2" + rev = "v0.6.0" [DisjunctiveProgramming] user = "hdavid16" rev = "6a4d0ac4a7484e52b1dbff9cee310a73d2d23e81" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index e273c8d2054..9a60eaffc04 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,20 @@ 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.23.5 (November 19, 2024) + +### Fixed + + - Fixed a bug broadcasting over [`GenericNonlinearExpr`](@ref) (#3881) + - Fixed a bug in [`@constraint`](@ref) which illegally mutated user expressions + (#3883) (#3885) + +### Other + + - Updated `upload-artifact` GitHub action (#3877) + - Added a section on [Common subexpressions](@ref) (#3879) + - Fixed a printing change for DimensionalData.jl (#3880) + ## Version 1.23.4 (November 8, 2024) ### Fixed