Skip to content

Commit

Permalink
Set versions and release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Apr 11, 2017
1 parent 90a240c commit b78278d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion clash-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

##
## 0.7.1 *April 11th 2017*
* New features:
* Support distribution of primitive templates with Cabal/Hackage packages [commit](https://github.com/clash-lang/clash-compiler/commit/82cd31863aafcbaf3bdbf7746d89d13859af5aaf)
* Find memory data files and primitive files relative to import dirs (`-i<DIR>`)
Expand Down
2 changes: 1 addition & 1 deletion clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.7.0.1
Version: 0.7.1
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down
2 changes: 1 addition & 1 deletion clash-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

##
## 0.7.1 *April 11th 2017*
* New features:
* Support distribution of primitive templates with Cabal/Hackage packages [commit](https://github.com/clash-lang/clash-compiler/commit/82cd31863aafcbaf3bdbf7746d89d13859af5aaf)
* Find memory data files and primitive files relative to import dirs (`-i<DIR>`)
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.7
Version: 0.7.1
Synopsis: CAES Language for Synchronous Hardware - As a Library
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down
2 changes: 1 addition & 1 deletion clash-systemverilog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-systemverilog`](http://hackage.haskell.org/package/clash-systemverilog) package

##
## 0.7.1 *April 11th 2017*
* Fixes bugs:
* Incorrect unsigned->signed wrap-around and conversion
* Use unpacked array syntax in array literals
Expand Down
2 changes: 1 addition & 1 deletion clash-systemverilog/clash-systemverilog.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-systemverilog
Version: 0.7
Version: 0.7.1
Synopsis: CAES Language for Synchronous Hardware - SystemVerilog backend
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down
2 changes: 1 addition & 1 deletion clash-verilog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-systemverilog`](http://hackage.haskell.org/package/clash-systemverilog) package

##
## 0.7.1 *April 11th 2017*
* Fixes bugs:
* Incorrect unsigned->signed wrap-around and conversion

Expand Down
2 changes: 1 addition & 1 deletion clash-verilog/clash-verilog.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-verilog
Version: 0.7
Version: 0.7.1
Synopsis: CAES Language for Synchronous Hardware - Verilog backend
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down
2 changes: 1 addition & 1 deletion clash-vhdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-vhdl`](http://hackage.haskell.org/package/clash-vhdl) package

##
## 0.7.1 *April 11th 2017*
* Fixes bugs:
* resize `Integer` multiplication result

Expand Down
2 changes: 1 addition & 1 deletion clash-vhdl/clash-vhdl.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-vhdl
Version: 0.7
Version: 0.7.1
Synopsis: CAES Language for Synchronous Hardware - VHDL backend
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down

0 comments on commit b78278d

Please sign in to comment.