Skip to content

Commit

Permalink
Bump to JuMP 1.0 (#244)
Browse files Browse the repository at this point in the history
* Bump to JuMP 1.0
* add note to changelog

Co-authored-by: Carleton Coffrin <[email protected]>
  • Loading branch information
odow and ccoffrin authored Mar 25, 2022
1 parent 7e529e9 commit 053661e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Juniper.jl Changelog

### v0.9.1
- Updated to JuMP v1.0

### v0.9.0
- Updated to MathOptInterface v1.0

Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Juniper"
uuid = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
authors = ["Ole Kröger <[email protected]>", "Kaarthik Sundar [email protected]"]
repo = "https://github.com/lanl-ansi/Juniper.jl.git"
version = "0.9.0"
version = "0.9.1"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -18,7 +18,7 @@ GLPK = "1"
HiGHS = "1"
Ipopt = "1"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "0.23"
JuMP = "0.23, 1"
MathOptInterface = "1"
MutableArithmetics = "1"
SCS = "1"
Expand Down

2 comments on commit 053661e

@ccoffrin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register() v0.9.1

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/57306

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 053661ebc023ff4534210207f9ca40c0ff42fca0
git push origin v0.9.1

Please sign in to comment.