From 71bde43e54e426039846404446ba723a4285cea2 Mon Sep 17 00:00:00 2001 From: Juan Ospina Date: Mon, 22 Jan 2024 10:11:43 -0700 Subject: [PATCH] v0.8.1 Release Prep. --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7525d38..d964bb0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none. + +## v0.8.1 + - Added multiple functions to `objetive_helpers.jl` adapted from the implementation in PowerModels <= v0.19 due to their removal from >= v0.20. ## v0.8.0 diff --git a/Project.toml b/Project.toml index 3e02695..c76a997 100755 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsITD" uuid = "615c3f80-b0cb-4ecd-88fe-27bee056c380" authors = ["Juan Ospina", "David M Fobes"] repo = "https://github.com/lanl-ansi/PowerModelsITD.jl.git" -version = "0.8.0" +version = "0.8.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"