From cedfd5429c848591e91fab6555f7602c7110d866 Mon Sep 17 00:00:00 2001 From: "Korbel, Max" Date: Fri, 17 Apr 2026 14:51:51 -0700 Subject: [PATCH] Preparing to release v0.6.9 --- CHANGELOG.md | 5 +++++ lib/src/utilities/config.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d29a4dca..74c6b4765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.9 + +- Fixed a bug where unnamed or mergeable inOut loop-back connections on a single module could be incorrectly omitted from the generated SystemVerilog (). +- Improved generated SystemVerilog to avoid duplicate constant declarations and preserve more naming context for `LogicStructure` elements (). + ## 0.6.8 - Fixed a bug where constant assignments or tie-offs could be lost in certain rare scenarios in generated outputs (). diff --git a/lib/src/utilities/config.dart b/lib/src/utilities/config.dart index 4aa2ca8c6..ccc341a42 100644 --- a/lib/src/utilities/config.dart +++ b/lib/src/utilities/config.dart @@ -10,5 +10,5 @@ /// A utility for ROHD configuration file. class Config { /// The version of the ROHD framework. - static const String version = '0.6.8'; + static const String version = '0.6.9'; } diff --git a/pubspec.yaml b/pubspec.yaml index b07d10ce4..01f1ac72f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rohd -version: 0.6.8 +version: 0.6.9 description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware. homepage: https://intel.github.io/rohd-website repository: https://github.com/intel/rohd