Skip to content

Commit 6f707bb

Browse files
committed
preparing for v0.1.2 release
1 parent 4f0a4a2 commit 6f707bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.2
2+
- Optimized construction of `LogicValues` to improve performance
3+
- Renamed `FF` to `Sequential` (marked `FF` as deprecated) (breaking: removed `clk` signal)
4+
- Added `Sequential.multi` for multi-edge-triggered blocks (https://github.com/intel/rohd/issues/42)
5+
- Improved exception and error messages (https://github.com/intel/rohd/issues/64)
6+
17
## 0.1.1
28
- Fix `Interface.connectIO` bug when no tags specified (https://github.com/intel/rohd/issues/38)
39
- Fix uniquified `Interface.getPorts` bug (https://github.com/intel/rohd/issues/59)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rohd
22
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware
3-
version: 0.1.1
3+
version: 0.1.2
44
homepage: https://github.com/intel/rohd
55
repository: https://github.com/intel/rohd
66
issue_tracker: https://github.com/intel/rohd/issues

0 commit comments

Comments
 (0)