Skip to content

Commit

Permalink
Up version numbers and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Mar 21, 2016
1 parent 7ec8fe4 commit a6f6a31
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions clash-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.6.16 *March 21st 2016*
* New features:
* Also generate testbench for circuits without input ports [#135](https://github.com/clash-lang/clash-compiler/issues/135)
* Fixes bugs:
* `clockWizard` broken [#49](https://github.com/clash-lang/clash-prelude/issues/49)

## 0.6.15 *March 15th 2016*
* Fixes bugs:
* XST cannot finds "_types" package unless it is prefixed with "work." [#133](https://github.com/clash-lang/clash-compiler/pull/133)
Expand Down
4 changes: 2 additions & 2 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.6.15
Version: 0.6.16
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -94,7 +94,7 @@ Executable clash
unbound-generics >= 0.1 && < 0.4,
unordered-containers >= 0.2.1.0,

clash-lib >= 0.6.13 && < 0.7,
clash-lib >= 0.6.14 && < 0.7,
clash-systemverilog >= 0.6.6,
clash-vhdl >= 0.6.10,
clash-verilog >= 0.6.6,
Expand Down
6 changes: 6 additions & 0 deletions clash-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.6.14 *March 21st 2016*
* New features:
* Also generate testbench for circuits without input ports [#135](https://github.com/clash-lang/clash-compiler/issues/135)
* Fixes bugs:
* `clockWizard` broken [#49](https://github.com/clash-lang/clash-prelude/issues/49)

## 0.6.13 *March 14th 2016*
* Fixes bugs:
* Not all lambda's in a function position removed
Expand Down
2 changes: 1 addition & 1 deletion clash-lib/clash-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-lib
Version: 0.6.13
Version: 0.6.14
Synopsis: CAES Language for Synchronous Hardware - As a Library
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down

0 comments on commit a6f6a31

Please sign in to comment.