Skip to content

Commit 9dc4460

Browse files
authored
Preparing to release v0.6.9 (#656)
1 parent 7822aa6 commit 9dc4460

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.9
2+
3+
- Fixed a bug where unnamed or mergeable inOut loop-back connections on a single module could be incorrectly omitted from the generated SystemVerilog (<https://github.com/intel/rohd/pull/655>).
4+
- Improved generated SystemVerilog to avoid duplicate constant declarations and preserve more naming context for `LogicStructure` elements (<https://github.com/intel/rohd/pull/650>).
5+
16
## 0.6.8
27

38
- Fixed a bug where constant assignments or tie-offs could be lost in certain rare scenarios in generated outputs (<https://github.com/intel/rohd/pull/643>).

lib/src/utilities/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
/// A utility for ROHD configuration file.
1111
class Config {
1212
/// The version of the ROHD framework.
13-
static const String version = '0.6.8';
13+
static const String version = '0.6.9';
1414
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rohd
2-
version: 0.6.8
2+
version: 0.6.9
33
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware.
44
homepage: https://intel.github.io/rohd-website
55
repository: https://github.com/intel/rohd

0 commit comments

Comments
 (0)