Skip to content

Commit

Permalink
Prep for v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 18, 2024
1 parent ced76b3 commit 0652284
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
[Gurobi]
rev = "9bafe7d3e4ed198b97836362a62bb48a14d408bc"
[HiGHS]
rev = "v1.12.0"
rev = "v1.12.1"
[Hypatia]
rev = "v0.8.1"
has_html = true
Expand Down Expand Up @@ -138,7 +138,7 @@
has_html = true
[DAQP]
user = "darnstrom"
rev = "v0.5.2"
rev = "v0.6.0"
[DisjunctiveProgramming]
user = "hdavid16"
rev = "6a4d0ac4a7484e52b1dbff9cee310a73d2d23e81"
Expand Down
14 changes: 14 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (Noveber 19, 2024)

Check failure on line 10 in docs/src/changelog.md

View workflow job for this annotation

GitHub Actions / build

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Noveber'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Noveber'?", "location": {"path": "docs/src/changelog.md", "range": {"start": {"line": 10, "column": 20}}}, "severity": "ERROR"}

### 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
Expand Down

0 comments on commit 0652284

Please sign in to comment.