From dbd4d784dd3294f2926d187ed4aa3cbfd2713ea0 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Mon, 16 Nov 2020 06:26:09 -0600 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 8 +++++++- Project.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ffad49..275bc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # UnitCommitment.jl -### Version 0.1.0 (November 6, 2020) +### Version 0.1.1 (Nov 16, 2020) + +* Fixes to MATLAB and PGLIB-UC instances +* Add OR-LIB and Tejada19 instances +* Improve documentation + +### Version 0.1.0 (Nov 6, 2020) * Initial public release diff --git a/Project.toml b/Project.toml index 92b96fe..de891cc 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "UnitCommitment" uuid = "64606440-39ea-11e9-0f29-3303a1d3d877" authors = ["Santos Xavier, Alinson "] repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl" -version = "0.1.0" +version = "0.1.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"