Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 28, 2022
1 parent 4aa2ef7 commit 4d00242
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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.3.0 - 2022-10.28

### Fixed
- Fix the `Aw`-handshaking in the `channel-coupler` module. [#13](https://github.com/pulp-platform/iDMA/pull/13).
- Minor fixes in `dma_core_wrap` and `idma_reg64_frontend`. [#15](https://github.com/pulp-platform/iDMA/pull/15).

`dma_core_wrap` has lost the `DmaAddrWidth` parameter rendering `v0.3.0` incompatible to previous
versions.

## 0.2.4 - 2022-09-05

Expand All @@ -25,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix missing python modules in GitHub CI.
- Fix wrong date format as well as missing indentation in `CHANGELOG.md`.

`v0.2.4` is fully **backward-compatible** to version `v0.2.0` through `v0.2.3`.
`v0.2.4` is fully **backward-compatible** to versions `v0.2.0` through `v0.2.3`.

## 0.2.3 - 2022-08-11

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0

0 comments on commit 4d00242

Please sign in to comment.