From 430838a10a9bdf1e381d4fcb33907428f3273420 Mon Sep 17 00:00:00 2001 From: Samuel Riedel Date: Thu, 29 Sep 2022 09:53:07 +0200 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4566484..6e81b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org). -## Unreleased +## 0.6.0 - 2022-09-29 ### Added - `axi_riscv_atomics`: Add parameterizable cut between amo and lrsc stage @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this ### Changed - `axi_riscv_lrsc_tb`: Remove timeunit to improve tool compatibility + ## 0.5.0 - 2022-05-03 ### Changed