diff --git a/.changelog-bugfix.md b/.changelog-bugfix.md index 96a988be4..e69de29bb 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 9f7e45d7d..b49b99f1b 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: