From a80a617b7ffb21d44ac8a1729aed50c5a2771faa Mon Sep 17 00:00:00 2001 From: David Cox Date: Fri, 2 Aug 2024 01:05:46 -0700 Subject: [PATCH] Release 0.4.0.1 (#22) --- CHANGELOG.md | 5 +++++ lion.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4249155..e4a8e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Revision history for lion +## 0.4.0.1 + +* GHC and library updates #21 + ## 0.4.0.0 + * Update clash-prelude dependency bounds #4 * Type-level -> data-level configuration #6 diff --git a/lion.cabal b/lion.cabal index 608fa6a..5209b66 100644 --- a/lion.cabal +++ b/lion.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: lion -version: 0.4.0.0 +version: 0.4.0.1 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