Skip to content

Commit

Permalink
Release v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Dec 2, 2020
1 parent b25d3ff commit 782b733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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.9] - 2020-12-02 13:00:00+02:00 (urgency: medium)
* added `NetlistSimulator::load_initial_value_from_netlist` to load the initial value from the netlist
* changed `NetlistSimulator::load_initial_values` to load a user-specified value instead of reading it from the netlist
* fixed layouter not showing gates within modules for netlists with coordinates

## [3.1.8] - 2020-12-02 10:00:00+02:00 (urgency: medium)
* added optional placement of gates and modules according to COORDINATE info parsed from netlist file
Expand Down Expand Up @@ -431,7 +434,8 @@ Note: This is an API breaking release.
* Initial Release

[//]: # (Hyperlink section)
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.8...HEAD
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.9...HEAD
[3.1.9]: https://github.com/emsec/hal/compare/v3.1.8...v3.1.9
[3.1.8]: https://github.com/emsec/hal/compare/v3.1.7...v3.1.8
[3.1.7]: https://github.com/emsec/hal/compare/v3.1.6...v3.1.7
[3.1.6]: https://github.com/emsec/hal/compare/v3.1.5...v3.1.6
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.8
3.1.9

0 comments on commit 782b733

Please sign in to comment.