diff --git a/CHANGELOG.md b/CHANGELOG.md index 86457d4c..4d9e30ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Alpine.jl Change Log +## v0.2.9 +- Update to JuMP v1.0 + +## v0.2.8 +- Update to JuMP v0.22, v0.23 +- Update to MOI v1.0 +- Simplify test dependencies + ## v0.2.7 - Support for module shortcut `Alp` in function calls - Solver options clean up in `examples` folder diff --git a/Project.toml b/Project.toml index 27e26664..3515f6af 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Alpine" uuid = "07493b3f-dabb-5b16-a503-4139292d7dd4" authors = ["Harsha Nagarajan, Site Wang, Kaarthik Sundar and contributors"] repo = "https://github.com/lanl-ansi/Alpine.jl.git" -version = "0.2.8" +version = "0.2.9" [deps] JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Cbc = "0.8, 0.9, 1" Ipopt = "0.8, 0.9, 1" -JuMP = "0.22, 0.23" +JuMP = "0.22, 0.23, 1" Juniper = "0.8, 0.9" MathOptInterface = "0.10, 1" Pavito = "0.3.4"