From f5ec46a43841a084bd4fe6608cb1a5a46086c0f8 Mon Sep 17 00:00:00 2001 From: Logikoma Date: Wed, 5 Aug 2026 21:32:58 -0400 Subject: [PATCH] Document the 2.0.3 release --- UPGRADING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index e94d801..a467595 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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)): -- 2.43.0