Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane committed Jun 26, 2021
1 parent 91bc656 commit c78010d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lion.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -69,4 +69,4 @@ library
TypeApplications
TypeFamilies
TypeOperators
ViewPatterns
ViewPatterns

0 comments on commit c78010d

Please sign in to comment.