From 043cd2000118c77eaa594a423d9113a523b3bc3a Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 23 Apr 2026 14:48:30 +1200 Subject: [PATCH] Prep for v1.13.2 --- Project.toml | 2 +- docs/src/changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9d4d6ee16..4a55692d4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SDDP" uuid = "f4570300-c277-11e8-125c-4912f86ce65d" authors = ["Oscar Dowson "] -version = "1.13.1" +version = "1.13.2" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 54dfa63f5..846f04ec0 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.13.2 (April 23, 2026) + +### Fixed + + - Fixed cut selection with belief and objective states (#893) + +### Other + + - Added explicit returns to `SDDP.parameterize` functions (#885) + - Various documentation updates (#886), (#887), (#888), (#889), (#890) + - Fixed tests now that JSON is alphabetically sorted (#891) + ## v1.13.1 (November 5, 2025) ### Fixed