We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24b06f commit 5ef5555Copy full SHA for 5ef5555
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.1
2
+- Fix `Interface.connectIO` bug when no tags specified (https://github.com/intel/rohd/issues/38)
3
+- Fix uniquified `Interface.getPorts` bug (https://github.com/intel/rohd/issues/59)
4
+
5
## 0.1.0
6
7
- The first formally versioned release of ROHD.
pubspec.yaml
@@ -1,6 +1,6 @@
name: rohd
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware
-version: 0.1.0
+version: 0.1.1
homepage: https://github.com/intel/rohd
repository: https://github.com/intel/rohd
issue_tracker: https://github.com/intel/rohd/issues
0 commit comments