Skip to content

Commit 4912132

Browse files
committed
Update changelog and version number
1 parent 781e3ec commit 4912132

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for [`clash-prelude` package](http://hackage.haskell.org/package/clash-prelude)
22

3+
## 0.11.2
4+
* New features:
5+
* Add `riseEvery`: Give a pulse every @n@ clock cycles. (Thanks to @thoughtpolice)
6+
* Add `oscillate`: Oscillate a @'Bool'@ with a given half-period of cycles. (Thanks to @thoughtpolice)
7+
* Fixes bugs:
8+
* Eagerness bug in `regEn` [#104](https://github.com/clash-lang/clash-prelude/issues/104) (Thanks to @cbiffle)
9+
310
## 0.11.1
411
* Changes:
512
* Bundle instance for `()` behaves like a product-type instance [#96](https://github.com/clash-lang/clash-prelude/issues/96)

clash-prelude.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: clash-prelude
2-
Version: 0.11.1
2+
Version: 0.11.2
33
Synopsis: CAES Language for Synchronous Hardware - Prelude library
44
Description:
55
CλaSH (pronounced ‘clash’) is a functional hardware description language that

0 commit comments

Comments
 (0)