From b7500a1698ec581bea8d793812a7eb9fe179ce13 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 24 Aug 2023 16:55:44 +1200 Subject: [PATCH] Prep for v1.6.2 (#655) --- Project.toml | 2 +- docs/src/changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a4178d6bf..2671f6978 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.6.1" +version = "1.6.2" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 1abbe965f..9c16ed02e 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,18 @@ CurrentModule = SDDP The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.6.2 (August 24, 2023) + +### Fixed + + - `MSPFormat` now detect and exploit stagewise independent lattices (#653) + - Fixed `set_optimizer` for models read from file (#654) + +### Other + + - Fixed typo in `pglib_opf.jl` (#647) + - Fixed documentation build and added color (#652) + ## v1.6.1 (July 20, 2023) ### Fixed