Skip to content

Commit

Permalink
update version compat and prep for release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin authored Jul 13, 2022
1 parent f38f7dc commit 74b4b6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
WaterModels.jl Change Log
=========================

### Staged
- nothing

### v0.9.2
- Add support for Interpolations v0.14.

### v0.9.1
- Add support for JuMP v1.0.

Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "WaterModels"
uuid = "7c60b362-08f4-5b14-8680-cd67a3e18348"
authors = ["Byron Tasseff"]
repo = "https://github.com/lanl-ansi/WaterModels.jl"
version = "0.9.1"
version = "0.9.2"

[deps]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Expand All @@ -17,9 +17,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
HiGHS = "~1"
InfrastructureModels = "~0.6, ~0.7"
Interpolations = "~0.12, 0.13"
Interpolations = "~0.12, 0.13, 0.14"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "~0.22, ~0.23, ~1.0"
JuMP = "~0.22, ~0.23, ~1"
Memento = "~1"
PolyhedralRelaxations = "~0.3"
julia = "1.6 - 1"
Expand Down

2 comments on commit 74b4b6e

@ccoffrin
Copy link
Member Author

Choose a reason for hiding this comment

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

v0.9.2 @JuliaRegistrator register()

@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/64210

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.2 -m "<description of version>" 74b4b6ea668950e559e2c220835ef5ebb97b30eb
git push origin v0.9.2

Please sign in to comment.