2025-02-07 19:37:18 +09:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2025-02-20 22:07:19 +09:00
## [unreleased]
2025-02-22 00:47:34 +09:00
### Added
- Added register map validator and flattened map generator.
2025-02-20 22:07:19 +09:00
### Changed
- Changed block, register type definitions to support multiple backends. See [the merge request at mpsoc software ](https://gitlab.cern.ch/wotsubo/mpsoc-software/-/merge_requests/9 ) for more information.
2025-02-12 22:13:02 +09:00
## [0.2.0] - 2025-02-12
2025-02-10 22:24:11 +09:00
2025-02-12 22:10:48 +09:00
### Added
- Embedding XML git metadata
- New high-level API (`generate` function)
2025-02-10 22:24:11 +09:00
### Fixed
- Loosen Cargo.toml dependencies
- Separate bin crate as optional feature to reduce dependency
## [0.1.0] - 2025-02-07
2025-02-07 19:37:18 +09:00
### Added
- Implemented basic code generation covering current CSR XML.
2025-02-12 22:13:02 +09:00
[unreleased]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/-/compare/v0.2.0...main
[0.2.0]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/-/compare/v0.1.0...v0.2.0
2025-02-07 19:48:18 +09:00
[0.1.0]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/~/tags/v0.1.0