diff --git a/CHANGELOG.md b/CHANGELOG.md index e7aaf21..aa2dd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Revision history for lion +## 0.3.0.0 + +* Update base dependency version bounds +* Minor internal pipeline updates +* Remove Cabal dependency +* Move start PC configuration variable to type-level +* Update documentation + ## 0.2.0.0 -- 2021-03-27 * Update core/memory/peripheral interface diff --git a/lion.cabal b/lion.cabal index e175968..2379487 100644 --- a/lion.cabal +++ b/lion.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: lion -version: 0.2.0.0 +version: 0.3.0.0 synopsis: RISC-V Core description: Lion is a formally verified, 5-stage pipeline [RISC-V](https://riscv.org) core. Lion targets the [VELDT FPGA development board](https://standardsemiconductor.com) and is written in Haskell using [Clash](https://clash-lang.org). bug-reports: https://github.com/standardsemiconductor/lion/issues @@ -69,4 +69,4 @@ library TypeApplications TypeFamilies TypeOperators - ViewPatterns \ No newline at end of file + ViewPatterns