Skip to content

Commit

Permalink
Release v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Jan 23, 2021
1 parent 2dc3428 commit 864d093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.2.4] - 2021-01-23 15:30:00+02:00 (urgency: medium)
* added plugin `boolean_influence` that enables calculation of the boolean influence for each FF depending on the predecessing FFs
* extended the `z3_utils` plugin with a `z3Wrapper` class, which holds exactly one `z3::expr` and the corresponding `z3::context`
* removed the code coverage checks from the macOS pipeline and added test command, so the macOS pipeline will work again properly
Expand Down Expand Up @@ -502,7 +504,8 @@ Note: This is an API breaking release.
* Initial Release

[//]: # (Hyperlink section)
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.3...HEAD
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.4...HEAD
[3.2.4]: https://github.com/emsec/hal/compare/v3.2.3...v3.2.4
[3.2.3]: https://github.com/emsec/hal/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/emsec/hal/compare/v3.1.11...v3.2.2
[3.1.11]: https://github.com/emsec/hal/compare/v3.1.10...v3.1.11
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4

0 comments on commit 864d093

Please sign in to comment.