From b616c1a25aea3b76e32dcbed2ec87d057efdcffd Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Thu, 2 Dec 2021 11:59:35 +0100 Subject: [PATCH] Release v0.2.1 --- CHANGELOG.md | 7 ++++++- VERSION | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 226a0a2..ce1f8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file. 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 + +## 0.2.1 - 2021-12-02 ### Fixed - `clk_rst_gen`: - Fix generation of odd clock periods. - Fix number of reset cycles. + ## v0.2.0 - 2019-08-20 ### Added @@ -22,18 +24,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. the declarations in favor of a simulation-wide precision declaration. - Rename parameters to comply with style guidelines. + ## v0.1.2 - 2019-08-20 ### Fixed - rand_synch_driver: Fix instantiation of `rand_synch_holdable_driver`. - rand_stream_slv: Fix instantiation of `rand_sync_driver`. + ## v0.1.1 - 2019-02-26 ### Fixed - Move all files into the `simulation` target. This precludes synthesis of files in this package when this package is included as dependency. + ## v0.1.0 - 2019-02-25 ### Added diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..0c62199 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.2.1