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"