diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6090f..68eeee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 (). +- Fixed a bug where if a directory did not exist for a log file, it would crash instead of creating the necessary directory structure (). +- Deprecated `logger` in `BridgeModule.buildAndGenerateRTL` in favor of using the default logger (). +- Deprecated `enableDebugMesage` and `fileSink` in `RohdBridgeLogger` (). + ## 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`) (). diff --git a/pubspec.yaml b/pubspec.yaml index a5c3fc0..ded6a84 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.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