Releases: SystemRDL/PeakRDL
Releases · SystemRDL/PeakRDL
1.1.0
New Features:
- Add support for environment variables in .f files. #35
1.0.0
Updates:
- v1.0 release! 🎉
- Add
c-header
export subcommand.
0.9.0
Updates:
- Add command line option to inject define macros into RDL preprocessor namespace. #24
- Add option to show field output to dump command. #30
0.8.0
Updates:
- Add workaround to bug in py3.8/py3.9's distribution metadata discovery that impacts ability to load plugins. #16
0.7.0
Updates:
- Rework plugin framework to rely on plugins extending from base class.
- Add support for TOML-based PeakRDL configuration file.
0.6.0
Updates:
- Add
preprocess
command (#12)
- Update plugin dependencies to include new SystemRDL exporter
0.5.0
Updates:
- Fix
-f FILE
argument loading feature. #11
0.4.0
Updates:
- Fix argparse compatibility issue with Python 3.6 (#6 - Thanks @proukema-fidus!)
- Add hooks for subcommand plugins to be able to register their own UDPs
0.3.0
Updates:
- Fix entry point discovery for older versions of python (#5)