From 3749e05408f74f02d45c92a2e6fc58d5e510cf4a Mon Sep 17 00:00:00 2001 From: SJulianS Date: Wed, 2 Dec 2020 10:01:39 +0100 Subject: [PATCH] Release v3.1.8 --- CHANGELOG.md | 5 ++++- CURRENT_VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6ca4c8bbc..79fe2e98b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.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 * fixed crash caused by NodeBoxes hash not completely emptied on clear * fixed mistakes in `module` Python documentation @@ -426,7 +428,8 @@ Note: This is an API breaking release. * Initial Release [//]: # (Hyperlink section) -[Unreleased]: https://github.com/emsec/hal/compare/v3.1.7...HEAD +[Unreleased]: https://github.com/emsec/hal/compare/v3.1.8...HEAD +[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 [3.1.5]: https://github.com/emsec/hal/compare/v3.1.4...v3.1.5 diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 23887f6eba2..c848fb9cb43 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -3.1.7 +3.1.8