From e0d90c2e54256073a218fde17a5f7cdb4fb734c0 Mon Sep 17 00:00:00 2001 From: Tellicious Date: Sun, 27 Oct 2024 10:26:14 +0100 Subject: [PATCH] Updated changelog and release info --- .github/releaseBody.md | 11 +++-------- Changelog.md | 10 +++++++++- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/releaseBody.md b/.github/releaseBody.md index 258b141..0ebbed5 100644 --- a/.github/releaseBody.md +++ b/.github/releaseBody.md @@ -1,14 +1,9 @@ -## Extended unit-tests coverage and changed runTests action to upload results to Codecov +## Maintenance release **New features:** -- Updated runTests action to upload results to Codecov +- Updated runTests action to upload also test results to Codecov **Improvements:** -- Changed `timer` object to improve behavior on wrap-around and extended unit-tests to include all branches -- Removed unnecessary check from `LKHashTable` -- Extended `button` unit-tests coverage - -**Bugfix:** -- Minor fix to `button.h` +- Changed test groups naming See [Changelog](Changelog.md) \ No newline at end of file diff --git a/Changelog.md b/Changelog.md index 8653cb9..8c953b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,17 @@ # Changelog +## v1.17.3 + +**New features:** +- Updated runTests action to upload also test results to Codecov + +**Improvements:** +- Changed test groups naming + ## v1.17.2 **New features:** -- Updated runTests action to upload results to Codecov +- Updated runTests action to upload coverage results to Codecov **Improvements:** - Changed `timer` object to improve behavior on wrap-around and extended unit-tests to include all branches