v0.2.2 (2025-12-05)
New
- Add autobot workflow for dependabot updates. [Stephen L Arnold]
Changes
-
Bump version files, update changelog/cfg, cleanup release bits. [Stephen L Arnold]
-
Migrate codeql to config file with custom query pack. [Stephen L Arnold]
-
Revert to simple using gh cli approve step. [Stephen L Arnold]
-
Cleanup tox and coverage workflows, sort out clang versions. [Stephen L Arnold]
- give find_package a hint for finding the correct versioned LLVM dir
- update top-level CMakeLists.txt and install llvm for coverage
- use LLVM_VER_DIR to set major llvm version path (mainly for CI)
- set default in tox (github workflows get /usr/lib/ prepended)
- cleanup missing workflow permissions
Fixes
-
Fix: dev: restore the release artifacts dropped by download-artifact@v6. [Stephen L Arnold]
- relax language standard versions back to 17
- minor debian file updates, fix a comment, update changelog
-
Cleanup cmake thread bits, bump language std versions to 23. [Stephen L Arnold]
-
Use gh cli for both approve and merge ala this action [1] [Stephen L Arnold]
-
Revert to minimal and cleanup deprecated lcov options. [Stephen L Arnold]
-
Cleanup workflow versions and perms, update cmake and tox files. [Stephen L Arnold]
- use gcc-13 and gcovr commands in coverage workflow
- remove LLVM version requirement from cmake coverage module
- update lconv config, remove redundant include in (make) coverage command
-
Cleanup failed workflows, let dependabot update all actions. [Stephen L Arnold]
- put a guard around GNU_SOURCE define