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