Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 (<https://github.com/intel/rohd-bridge/pull/37>).
- Fixed a bug where `findCommonParent` would fail to properly identify a module if both provided arguments were the same module (<https://github.com/intel/rohd-bridge/pull/35>).

## 0.2.1

- Fixed a bug where a confusing exception could be thrown if the logger was used but not yet configured (<https://github.com/intel/rohd-bridge/pull/32>).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down