From 2c64e0773fab5a54757646715485fcdf3432c7c1 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Thu, 14 Sep 2023 14:01:16 +0200 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ee1f6b..7a3021c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +## 0.5.0 - 2023-10-14 + +### Changed +- Add a struct variant to CVA6's `dma_core_wrap` [#25](https://github.com/pulp-platform/iDMA/pull/25). +- Expose all important back-end parameters in `dma_core_wrap` [#27](https://github.com/pulp-platform/iDMA/pull/27). + +### Added +- Add a 2D version of the 64-bit register-based front-end intended to be used with CVA6 and enable + it in the `dma_core_wrap` [#27](https://github.com/pulp-platform/iDMA/pull/27). + + ## 0.4.2 - 2023-02-09 ### Fixed diff --git a/VERSION b/VERSION index 2b7c5ae0..79a2734b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5.0 \ No newline at end of file