From a9541f370ea7848991b94e9dfd2297f3b942653c Mon Sep 17 00:00:00 2001 From: "Korbel, Max" Date: Sun, 8 Mar 2026 12:52:29 -0700 Subject: [PATCH] Preparing to release v0.2.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68eeee0..479ec4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.2 + +- Fixed handling of connections between `PairInterface`s that contained `subInterfaces`, and added checks that `exceptPorts` are not used in those cases (). +- Fixed a bug where `findCommonParent` would fail to properly identify a module if both provided arguments were the same module (). + ## 0.2.1 - Fixed a bug where a confusing exception could be thrown if the logger was used but not yet configured (). diff --git a/pubspec.yaml b/pubspec.yaml index ded6a84..0a3815a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rohd_bridge description: A ROHD-based framework for connectivity and assembly of hardware designs. -version: 0.2.1 +version: 0.2.2 homepage: https://intel.github.io/rohd-website repository: https://github.com/intel/rohd-bridge issue_tracker: https://github.com/intel/rohd-bridge/issues