From db7ca3b5d22a69bb02940b367d742c392a5f9770 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Tue, 2 Jul 2024 12:53:53 +0300 Subject: [PATCH] release v0.1.1. --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..003eeec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 0.1.1 + +New: + +* setup-action: GitHub Actions support for preparing. +* workflows: test in CI. +* template: getting started template. + +Changed: + +* python: move to src layout. +* project: define root where `pyproject.toml` found. +* cxxrtl: dependency tracking to avoid needless rebuilds. +* cxxrtl: fix distinction between optimising RTL and code. +* build: only resynthesise when RTLIL changes. +* build: `build` subdirectory per platform. + +Fixed: + +* cxxrtl: correctly disable when not used. + +## 0.1 + +Initial release.