From ee9d3a45625553a93662b56dde6c42b6566a49f2 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 8 May 2023 17:21:03 +1200 Subject: [PATCH] Prep for v1.4.0 (#606) --- Project.toml | 2 +- docs/src/changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5014b03eb..e44c6cde2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.3.0" +version = "1.4.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 1ddd86705..ca351dc72 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.4.0 (May 8, 2023) + +### Added + + - Added [`SDDP.SimulationStoppingRule`](@ref) (#598) + - Added `sampling_scheme` argument to [`SDDP.write_to_file`](@ref) (#607) + +### Fixed + + - Fixed parsing of some `MSPFormat` files (#602) (#604) + - Fixed printing in header (#605) + ## v1.3.0 (May 3, 2023) ### Added