From a06e4beb08b8c0a5ef2c85d9afcfe0d96be76f30 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Wed, 4 Nov 2020 12:17:36 +0100 Subject: [PATCH] Release v1.20.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248eea1c..6b1468b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.20.0 - 2020-11-04 ### Added - assertions: Assertion include header with macros (from lowrisc) @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `stream_xbar`: Add missing argument in assertion error string. - Lint style fixes - `stream_omega`: Fix parse issue with verible. +- `src_files.yml`: Fix compile order and missing modules. ## 1.19.0 - 2020-05-25 ### Added