Skip to content

Commit

Permalink
Preparing to release v0.6.0 (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 authored Dec 31, 2024
1 parent 8cd55f0 commit 121951b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ tmp_test/
*.vcd
*_fsm.md
.vscode/*
devtools_options.yaml
./devtools_options.yaml

# Exceptions
!.vscode/extensions.json
!test/example_icarus_waves.vcd
!test/sv_param_passthrough.sv
3 changes: 2 additions & 1 deletion .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ tmp_test/
*.vcd
*_fsm.md
.vscode/*
devtools_options.yaml
./devtools_options.yaml

# Exceptions
!.vscode/extensions.json
!test/example_icarus_waves.vcd
!test/sv_param_passthrough.sv

# Release with devtools build
!extension/devtools/build
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next release
## 0.6.0

- Added `LogicNet`, `inOut`s, and `TriStateBuffer` to enable multi-directional wires, ports, and drivers. Includes support for "wire-only" operations supporting multiple drivers.
- Deprecated `CustomSystemVerilog` in favor of `SystemVerilog`, which has similar functionality but supports `inOut` ports, and collapses all ports into a single `ports` argument, as well as some other new features like custom definitions and parameter passthroughs.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utilities/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
/// A utility for ROHD configuration file.
class Config {
/// The version of the ROHD framework.
static const String version = '0.5.3';
static const String version = '0.6.0';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rohd
version: 0.5.3
version: 0.6.0
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware.
homepage: https://intel.github.io/rohd-website
repository: https://github.com/intel/rohd
Expand Down

0 comments on commit 121951b

Please sign in to comment.