mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
bump to 0.2.0
This commit is contained in:
parent
9555b743f9
commit
122f7a4b3e
3 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.2.0] - 2025-02-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -23,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Implemented basic code generation covering current CSR XML.
|
- Implemented basic code generation covering current CSR XML.
|
||||||
|
|
||||||
[unreleased]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/-/compare/v0.1.0...main
|
[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
|
||||||
[0.1.0]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/~/tags/v0.1.0
|
[0.1.0]: https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator/~/tags/v0.1.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -353,7 +353,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "endcap-sl-software-ri-generator"
|
name = "endcap-sl-software-ri-generator"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "endcap-sl-software-ri-generator"
|
name = "endcap-sl-software-ri-generator"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Wataru Otsubo <wataru.otsubo@cern.ch>"]
|
authors = ["Wataru Otsubo <wataru.otsubo@cern.ch>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A generator of register interface for mpsoc software from register map in xml format"
|
description = "A generator of register interface for mpsoc software from register map in xml format"
|
||||||
|
|
Loading…
Reference in a new issue