Skip to content

Commit f31c3a5

Browse files
authored
Preparing to release v0.6.3 (#563)
1 parent 3a6280e commit f31c3a5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.3
2+
3+
- Fixed a bug where `withSet` on `LogicStructure`s could sometimes attempt to access the wrong range, causing unexpected exceptions (<https://github.com/intel/rohd/pull/561>).
4+
- Fixed a bug where `flop` and `FlipFlop` would generate SystemVerilog with an asynchronous reset even if `asyncReset` was set to `false` (<https://github.com/intel/rohd/pull/564>).
5+
16
## 0.6.2
27

38
- Changed addition syntax for generated SystemVerilog to be prettier, while remaining lint-clean (<https://github.com/intel/rohd/issues/444>).

lib/src/utilities/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
/// A utility for ROHD configuration file.
1111
class Config {
1212
/// The version of the ROHD framework.
13-
static const String version = '0.6.2';
13+
static const String version = '0.6.3';
1414
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rohd
2-
version: 0.6.2
2+
version: 0.6.3
33
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware.
44
homepage: https://intel.github.io/rohd-website
55
repository: https://github.com/intel/rohd

0 commit comments

Comments
 (0)