Skip to content

Commit

Permalink
release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 2, 2024
1 parent b57c9a5 commit db7ca3b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit db7ca3b

Please sign in to comment.