Skip to content

Commit

Permalink
Release v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Nov 26, 2020
1 parent a098b0b commit b4770fc
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,6 +5,9 @@ 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.7] - 2020-11-26 14:30:00+02:00 (urgency: medium)
* **WARNING:** the function signature of `netlist_utilities::get_subgraph_function` has changed
* added cycle detection to `netlist_utilities::get_subgraph_function` again
* added Lattice ICE gate library
* improved access to layout class NodeBox for GUI C++ developer
Expand Down Expand Up @@ -417,7 +420,8 @@ Note: This is an API breaking release.
* Initial Release

[//]: # (Hyperlink section)
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.6...HEAD
[Unreleased]: https://github.com/emsec/hal/compare/v3.1.7...HEAD
[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
[3.1.5]: https://github.com/emsec/hal/compare/v3.1.4...v3.1.5
[3.1.4]: https://github.com/emsec/hal/compare/v3.1.3...v3.1.4
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.1.7

0 comments on commit b4770fc

Please sign in to comment.