From 150d0b95b2eee36141955f1a4118a33073246101 Mon Sep 17 00:00:00 2001 From: "flixopt-release-bot[bot]" <246706635+flixopt-release-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:12:47 +0000 Subject: [PATCH] chore(main): release 6.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ CITATION.cff | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8af2c7b5e..bb6436a64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.4" + ".": "6.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b95e0fbcc..dd9d6a280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ For more details regarding the individual PRs and contributors, please refer to --- +## [6.1.5](https://github.com/flixOpt/flixopt/compare/v6.1.4...v6.1.5) (2026-06-01) + + +### Bug Fixes + +* **docs:** remove malicious polyfill.io script reference ([#693](https://github.com/flixOpt/flixopt/issues/693)) ([a825371](https://github.com/flixOpt/flixopt/commit/a82537115059c5d16fef8cbc35d3ce33e9feb391)) +* preserve per-period sizes in transform.fix_sizes() for multi-period models ([#696](https://github.com/flixOpt/flixopt/issues/696)) ([54cc04a](https://github.com/flixOpt/flixopt/commit/54cc04a5c0eb48c7472f8850b94249209177e8d7)), closes [#695](https://github.com/flixOpt/flixopt/issues/695) + ## [6.1.4](https://github.com/flixOpt/flixopt/compare/v6.1.3...v6.1.4) (2026-05-29) diff --git a/CITATION.cff b/CITATION.cff index 405e47a0c..8c80d75d8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below and consider citing the related publication." type: software title: "flixopt" -version: 6.1.4 # x-release-please-version +version: 6.1.5 # x-release-please-version date-released: 2026-05-31 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"