Skip to content

Commit ee1f185

Browse files
committed
Release v3.2.3
1 parent 48ee96e commit ee1f185

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.3] - 2021-01-18 18:30:00+02:00 (urgency: medium)
810
* fixed `z3_utils` plugin being disabled by default causing linking errors
911
* fixed `load_initial_values` and `load_initial_values_from_netlist` assigning values to potentially non-existing nets
1012

@@ -496,7 +498,8 @@ Note: This is an API breaking release.
496498
* Initial Release
497499

498500
[//]: # (Hyperlink section)
499-
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.2...HEAD
501+
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.3...HEAD
502+
[3.2.3]: https://github.com/emsec/hal/compare/v3.2.2...v3.2.3
500503
[3.2.2]: https://github.com/emsec/hal/compare/v3.1.11...v3.2.2
501504
[3.1.11]: https://github.com/emsec/hal/compare/v3.1.10...v3.1.11
502505
[3.1.10]: https://github.com/emsec/hal/compare/v3.1.9...v3.1.10

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.3

0 commit comments

Comments
 (0)