Skip to content

Commit

Permalink
Set release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Nov 17, 2015
1 parent 1d91104 commit 918cfd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.5
## 0.6.5 *November 17th 2015*
* Fixes bugs:
* Integer literals used as arguments not always properly annotated with their type.
* Verilog: Name collision in verilog code [#93](https://github.com/clash-lang/clash-compiler/issues/93)
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.6.5
## 0.6.5 *November 17th 2015*
* Fixes bugs:
* Integer literals used as arguments not always properly annotated with their type.

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.6.3:
## 0.6.3 *November 17th 2015*
* Fixes bugs:
* Integer literals missing "32'sd" prefix when used in assignments

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.6.3
## 0.6.3 *November 17th 2015*
* Fixes bugs:
* Name collision in verilog code [#93](https://github.com/clash-lang/clash-compiler/issues/93)
* Integer literals missing "32'sd" prefix when used in assignments.
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.6.4
## 0.6.4 *November 17th 2015*
* Fixes bugs:
* Integer literals should only be capped to 32-bit when used in assignments.

Expand Down

0 comments on commit 918cfd9

Please sign in to comment.