From 78558c5a79e3b03bebc02bff3eaf19feaf0320a8 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Wed, 10 Jan 2024 08:16:08 -0700 Subject: [PATCH] prep for release --- CHANGELOG.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327a057f..a62c9ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ PowerModels.jl Change Log ### Staged - nothing +### v0.20.1 +- Fix tests for latest ipopt jll + ### v0.20.0 - Add support for models with mixtures of PWL and polynomial cost functions (#829) - Revised models to use two-sided constraints (#819) (breaking) diff --git a/Project.toml b/Project.toml index 54c6df88..3fb80f04 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModels" uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModels.jl" -version = "0.20.0" +version = "0.20.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"