Skip to content

Commit

Permalink
add support for memento 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Nov 24, 2021
1 parent 6d78d86 commit 00b618b
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
Expand Up @@ -4,6 +4,9 @@ InfrastructureModels.jl Change Log
### Staged
- nothing

### v0.7.1
- Add support for Memento v1.3

### v0.7.0
- Drop support for JuMP v0.21
- Remove dependency on MathOptInterface package
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 = "InfrastructureModels"
uuid = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
authors = ["Carleton Coffrin"]
repo = "https://github.com/lanl-ansi/InfrastructureModels.jl"
version = "0.7.0"
version = "0.7.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -13,7 +13,7 @@ ECOS = ">= 0.12"
Ipopt = ">= 0.8"
JuMP = "~0.22"
Juniper = ">= 0.8"
Memento = "~1.0, ~1.1, ~1.2"
Memento = "~1.0, ~1.1, ~1.2, ~1.3"
julia = "^1"

[extras]
Expand Down

0 comments on commit 00b618b

Please sign in to comment.