From 5f74992cf64d52ae17a96c5393a24ef7dba28599 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Tue, 9 Mar 2021 10:58:21 -0600 Subject: [PATCH] Update CHANGELOG; bump version number --- CHANGELOG.md | 14 +++++++++++--- Project.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275bc7f..8a27bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ -# UnitCommitment.jl +# Changelog -### Version 0.1.1 (Nov 16, 2020) +## [Unreleased] + +### Added +- Implement sub-hourly unit commitment + +### Changed +- Renamed "Time (h)" parameter to "Time horizon (h)" + +## [0.1.1] - 2020-11-16 * Fixes to MATLAB and PGLIB-UC instances * Add OR-LIB and Tejada19 instances * Improve documentation -### Version 0.1.0 (Nov 6, 2020) +## [0.1.0] - 2020-11-06 * Initial public release diff --git a/Project.toml b/Project.toml index de891cc..e2f9c0a 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.1" +version = "0.2.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"