From bc8a6cb4084ce0f2360dec93147e674a6647ea5c Mon Sep 17 00:00:00 2001 From: carleton Date: Tue, 21 May 2019 10:50:53 -0600 Subject: [PATCH] prep changelog and project.toml for release --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b65b4c06..29fb2f598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ PowerModels.jl Change Log ========================= -### Staged +### v0.10.1 - Refactor connected_components to accept arbitrary edge-types with `edges` kwarg - Fixes bug in warnings inside storage constraints - Add Bool to allowed data types in json parse of MultiConductorVector/Matrix diff --git a/Project.toml b/Project.toml index e8f09d2cd..0b3f16aca 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.10.0" +version = "0.10.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"