Skip to content

Commit bdba2cf

Browse files
authored
Preparing to release v0.6.2 (#560)
1 parent 808dada commit bdba2cf

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.2
2+
3+
- Changed addition syntax for generated SystemVerilog to be prettier, while remaining lint-clean (<https://github.com/intel/rohd/issues/444>).
4+
- Fixed a problem where end-of-simulation actions were not executed if an exception occurred during simulation (<https://github.com/intel/rohd/pull/558>).
5+
- Fixed a bug where end-of-simulation actions were not cleared by `Simulator.reset` (<https://github.com/intel/rohd/issues/556>).
6+
17
## 0.6.1
28

39
- Added `Logic.named` and broadened API for `clone` to make duplicating and naming signals more convenient and succinct (<https://github.com/intel/rohd/pull/550>).

lib/src/simulator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021-2024 Intel Corporation
1+
// Copyright (C) 2021-2025 Intel Corporation
22
// Copyright (C) 2024 Adam Rose
33
// SPDX-License-Identifier: BSD-3-Clause
44
//

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.1';
13+
static const String version = '0.6.2';
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.1
2+
version: 0.6.2
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)