1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 13:22:25 +00:00

release v0.1.1.

This commit is contained in:
Asherah Connor 2024-07-02 12:53:53 +03:00
parent b57c9a5c25
commit db7ca3b5d2

26
CHANGELOG.md Normal file
View file

@ -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.