Skip to content

Commit

Permalink
Updated changelog and release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellicious committed Oct 27, 2024
1 parent 448e1ac commit e0d90c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/releaseBody.md
Original file line number Diff line number Diff line change
@@ -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)
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e0d90c2

Please sign in to comment.