Highlights
The most notable change, that will also affect future PRs, is the introduction of static analysis through clang-tidy.
This allowed me to improve the consistency and readability of the code and to find some subtle potential bugs.
From now on, contributors will need run clang-tidy locally on their machine using the script run_clang-tidy.sh, before submitting their PR.
What's Changed
- [fix] Make cppzmq as public dependency to avoid linkage errors for tools by @uilianries in #1043
- Add Clang tidy and many fixes by @facontidavide in #1047
- Bump codecov/codecov-action from 3 to 5 by @dependabot[bot] in #1048
- Bump prefix-dev/setup-pixi from 0.8.1 to 0.9.3 by @dependabot[bot] in #1049
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1051
- Bump actions/checkout from 2 to 6 by @dependabot[bot] in #1050
New Contributors
- @dependabot[bot] made their first contribution in #1048
Full Changelog: 4.8.2...4.8.3