diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2dfd606..05b8cc665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.1 +- Fixed a bug (introduced in v0.3.0) where `WaveDumper` doesn't properly dump multi-bit values to VCD (https://github.com/intel/rohd/issues/129). + ## 0.3.0 - Breaking: Merged `LogicValue` and `LogicValues` into one type called `LogicValue`. - Deprecation: Aligned `LogicValue` to `Logic` by renaming `length` to `width`. diff --git a/pubspec.yaml b/pubspec.yaml index 590c70644..c8149bbea 100644 --- a/pubspec.yaml +++ b/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.3.0 +version: 0.3.1 homepage: https://github.com/intel/rohd repository: https://github.com/intel/rohd issue_tracker: https://github.com/intel/rohd/issues