Skip to content

Commit

Permalink
Merge pull request #1277 from mrapp-ke/merge-bugfix
Browse files Browse the repository at this point in the history
Merge bugfix into feature branch
  • Loading branch information
boomer-merge-bot[bot] authored Jan 23, 2025
2 parents 00fca31 + 4b707ab commit 9988c3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .changelog-bugfix.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9988c3c

Please sign in to comment.