Document the 2.0.3 release
All checks were successful
libakerror CI Build / cmake_build (push) Successful in 2m49s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m41s
libakerror CI Build / sanitizer (push) Successful in 2m56s
libakerror CI Build / coverage (push) Successful in 2m49s
libakerror CI Build / mutation_test (push) Successful in 40m17s

This commit is contained in:
2026-08-05 21:32:58 -04:00
parent 5dfb03eadd
commit f5ec46a438

View File

@@ -1,3 +1,13 @@
# Release 2.0.3
2.0.3 is a maintenance release with no public API or ABI changes. Compared
with 2.0.2, the project now has:
* AddressSanitizer and UndefinedBehaviorSanitizer coverage in CI, so the
regular test suite is exercised under both sanitizers.
* A repeatable `--cmake-arg` option for `scripts/mutation_test.py`, allowing
mutation runs to cover alternate CMake configurations such as ThreadSanitizer.
# Bug fix: the AKERR_USE_STDLIB=OFF build, and a pool-exhaustion exit code (2.0.2)
`-DAKERR_USE_STDLIB=OFF` did not compile at all ([issue #12](https://source.starfort.tech/andrew/libakerror/issues/12)):