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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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>).
- Fixed a bug where if a directory did not exist for a log file, it would crash instead of creating the necessary directory structure (<https://github.com/intel/rohd-bridge/pull/32>).
- Deprecated `logger` in `BridgeModule.buildAndGenerateRTL` in favor of using the default logger (<https://github.com/intel/rohd-bridge/pull/32>).
- Deprecated `enableDebugMesage` and `fileSink` in `RohdBridgeLogger` (<https://github.com/intel/rohd-bridge/pull/32>).

## 0.2.0

- Breaking: `PortReference.tieOff` and `BridgeModule.tieOffInterface` now accept `value` as a named argument instead of a positional argument to support additional arguments (e.g. `fill`) (<https://github.com/intel/rohd-bridge/pull/27>).
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.0
version: 0.2.1
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