From dc1bdfe14175609304ec667c14084ffa6e506282 Mon Sep 17 00:00:00 2001 From: Max Korbel Date: Wed, 29 Nov 2023 12:47:12 -0800 Subject: [PATCH] Preparing to release v0.2.0 --- .gitignore | 2 +- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b6872c..df04539 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ doc/api/ # Other stuff tmp* *.vcd -.vscode/ +.vscode/* *.pyc __pycache__ diff --git a/CHANGELOG.md b/CHANGELOG.md index e8277bf..a987ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0 + +- Updates ROHD dependency to at least v0.5.0 +- Adds support for ROHD `LogicArray` ports (). + ## 0.1.0 - The first formally versioned release of ROHD Cosim. diff --git a/pubspec.yaml b/pubspec.yaml index 2af1737..d33b8b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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