Skip to content

Commit

Permalink
Preparing to release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Nov 29, 2023
1 parent cb7832f commit dc1bdfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doc/api/
# Other stuff
tmp*
*.vcd
.vscode/
.vscode/*
*.pyc
__pycache__

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

- Updates ROHD dependency to at least v0.5.0
- Adds support for ROHD `LogicArray` ports (<https://github.com/intel/rohd-cosim/pull/34>).

## 0.1.0

- The first formally versioned release of ROHD Cosim.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rohd_cosim
version: 0.1.0
version: 0.2.0
description: Cosimulation for the Rapid Open Hardware Development (ROHD) framework with other simulators
homepage: https://github.com/intel/rohd-cosim
repository: https://github.com/intel/rohd-cosim
Expand Down

0 comments on commit dc1bdfe

Please sign in to comment.