Skip to content

Commit

Permalink
Release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Nov 15, 2020
1 parent 2571290 commit 503d7cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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.1.4] - 2020-11-15 14:00:00+02:00 (urgency: medium)
* added tests for `netlist_utils`
* fixed crash when creating invalid module when using `netlist::create_module`
* fixed assign nets instead of gates when copying netlist using `netlist_utils::copy_netlist`
* fixed assigning nets instead of gates when copying netlist using `netlist_utils::copy_netlist`
* fixed `netlist_utils::copy_netlist` not copying port names
* fixed `netlist_utils::get_subgraph_function` crashing on unconnected input pin
* fixed infinite loop within `netlist_utils::get_subgraph_function` if the combinational logic contains a feedback path
Expand Down Expand Up @@ -385,7 +387,8 @@ Note: This is an API breaking release.
* Initial Release

[//]: # (Hyperlink section)
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.3...HEAD
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.4...HEAD
[3.1.4]: https://github.com/emsec/hal/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/emsec/hal/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/emsec/hal/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/emsec/hal/compare/v3.1.0...v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.4

0 comments on commit 503d7cd

Please sign in to comment.