From 1e9e6988e4945c18deff9a428e1a1614419b801b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:07:18 +0000 Subject: [PATCH 1/2] Update changelog. --- .changelog-bugfix.md | 12 ------------ CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.changelog-bugfix.md b/.changelog-bugfix.md index 96a988be4f..e69de29bb2 100644 --- a/.changelog-bugfix.md +++ b/.changelog-bugfix.md @@ -1,12 +0,0 @@ -# Fixes - -- When building macOS packages, we do now manually compile OpenMP to ensure that the bundled library matches the target platform. - -# Quality-of-Life Improvements - -- The build system now uses a lightweight custom implementation instead of [SCons](https://scons.org/) and is better modularized to avoid unnecessary runs of Continuous Integration jobs when only certain parts of it are modified. -- Releases are now automated via Continuous Integration, including the update of the project's changelog. -- The presentation of algorithmic parameters in the documentation has been improved. -- Continuous Integration is now used to automatically update outdated GitHub Actions, outdated Python dependencies, and the Doxygen configuration on a regular basis. -- Continuous Integration is now used to check the documentation for broken links and spelling mistakes. -- The syntax of TOML files is now validated by applying [taplo](https://github.com/tamasfe/taplo) via Continuous Integration. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7e45d7d5..b49b99f1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ tocdepth: 2 # Release Notes +## Version 0.11.2 (Jan. 23rd, 2025) + +A bugfix release that comes with the following changes. + +### Fixes + +- When building macOS packages, we do now manually compile OpenMP to ensure that the bundled library matches the target platform. + +### Quality-of-Life Improvements + +- The build system now uses a lightweight custom implementation instead of [SCons](https://scons.org/) and is better modularized to avoid unnecessary runs of Continuous Integration jobs when only certain parts of it are modified. +- Releases are now automated via Continuous Integration, including the update of the project's changelog. +- The presentation of algorithmic parameters in the documentation has been improved. +- Continuous Integration is now used to automatically update outdated GitHub Actions, outdated Python dependencies, and the Doxygen configuration on a regular basis. +- Continuous Integration is now used to check the documentation for broken links and spelling mistakes. +- The syntax of TOML files is now validated by applying [taplo](https://github.com/tamasfe/taplo) via Continuous Integration. + ## Version 0.11.1 (Sep. 24th, 2024) A bugfix release that fixes the following issues: From 4b707ab024518f296dc9b6546297a64336443484 Mon Sep 17 00:00:00 2001 From: "boomer-merge-bot[bot]" <167710561+boomer-merge-bot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:07:41 +0000 Subject: [PATCH 2/2] [Bot] Merge bugfix into feature branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index a8839f70de..d33c3a2128 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.11.2 \ No newline at end of file +0.12.0 \ No newline at end of file