Skip to content

Commit c5de98d

Browse files
committed
Release v3.2.5
1 parent b7dc704 commit c5de98d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.2.5] - 2021-01-29 13:15:00+02:00 (urgency: medium)
10+
* **WARNING:** temporarily enabled extended logging (includes taking screenshots) for university course purposes. Note that no data leaves your machine unless you actively provide it to us.
811
* views get persisted to .halv file and are restored if the file is found on disk
912
* fixed bug in `boolean_influence` plugin causing problems on global inputs
13+
* fixed gate details widget not showing full list of pins for large gates
1014

1115
## [3.2.4] - 2021-01-23 15:30:00+02:00 (urgency: medium)
1216
* added plugin `boolean_influence` that enables calculation of the boolean influence for each FF depending on the predecessing FFs
@@ -506,7 +510,8 @@ Note: This is an API breaking release.
506510
* Initial Release
507511

508512
[//]: # (Hyperlink section)
509-
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.4...HEAD
513+
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.5...HEAD
514+
[3.2.5]: https://github.com/emsec/hal/compare/v3.2.4...v3.2.5
510515
[3.2.4]: https://github.com/emsec/hal/compare/v3.2.3...v3.2.4
511516
[3.2.3]: https://github.com/emsec/hal/compare/v3.2.2...v3.2.3
512517
[3.2.2]: https://github.com/emsec/hal/compare/v3.1.11...v3.2.2

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4
1+
3.2.5

0 commit comments

Comments
 (0)