From 88e6c1f7bf3da0fba99e0885083776423ab9dd7a Mon Sep 17 00:00:00 2001 From: "flixopt-release-bot[bot]" <246706635+flixopt-release-bot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:37:11 +0000 Subject: [PATCH] chore(main): release 8.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32ac6588b..c2430e7ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0" + ".": "8.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d131cd18..22d2fc38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ For more details regarding the individual PRs and contributors, please refer to --- +## [8.0.1](https://github.com/flixOpt/flixopt/compare/v8.0.0...v8.0.1) (2026-07-27) + + +### Bug Fixes + +* support tsam_xarray 0.6.5 by using cluster_counts ([#761](https://github.com/flixOpt/flixopt/issues/761)) ([21efda9](https://github.com/flixOpt/flixopt/commit/21efda9215527666ec50c3b9b4bd84d6781787f5)) + ## [8.0.0](https://github.com/flixOpt/flixopt/compare/v7.2.1...v8.0.0) (2026-07-27) !!! note diff --git a/CITATION.cff b/CITATION.cff index 0df16f59c..831096c6c 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: 8.0.0 # x-release-please-version +version: 8.0.1 # x-release-please-version date-released: 2026-07-27 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"