Update CHANGELOG; bump version number

pull/10/head
Alinson S. Xavier 5 years ago
parent 4947bff460
commit 5f74992cf6

@ -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 * Fixes to MATLAB and PGLIB-UC instances
* Add OR-LIB and Tejada19 instances * Add OR-LIB and Tejada19 instances
* Improve documentation * Improve documentation
### Version 0.1.0 (Nov 6, 2020) ## [0.1.0] - 2020-11-06
* Initial public release * Initial public release

@ -2,7 +2,7 @@ name = "UnitCommitment"
uuid = "64606440-39ea-11e9-0f29-3303a1d3d877" uuid = "64606440-39ea-11e9-0f29-3303a1d3d877"
authors = ["Santos Xavier, Alinson <axavier@anl.gov>"] authors = ["Santos Xavier, Alinson <axavier@anl.gov>"]
repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl" repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl"
version = "0.1.1" version = "0.2.0"
[deps] [deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

Loading…
Cancel
Save