File tree Expand file tree Collapse file tree
autosar-data-specification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.20.0
4+
5+ Released 2025-04-16
6+
7+ - Fix AutosarModel::check_references(), which reported valid references as invalid
8+ - fix a new clippy warning
9+
310## Version 0.19.0
411
512Released 2025-03-15
Original file line number Diff line number Diff line change 11[package ]
22name = " autosar-data-specification"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [" Daniel Thaler <daniel@dthaler.de>" ]
55edition = " 2024"
66description = " specification of the Autosar arxml file format as rust data structures"
Original file line number Diff line number Diff line change 11[package ]
22name = " autosar-data"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [" Daniel Thaler <daniel@dthaler.de>" ]
55edition = " 2024"
66description = " read, write and modify Autosar arxml data"
@@ -10,7 +10,7 @@ categories = ["parser-implementations"]
1010repository = " https://github.com/DanielT/autosar-data"
1111
1212[dependencies ]
13- autosar-data-specification = " 0.19 "
13+ autosar-data-specification = " 0.20 "
1414thiserror = " 2.0"
1515smallvec = { version = " 1.14.0" , features = [" union" , " const_generics" ]}
1616parking_lot = " 0.12"
You can’t perform that action at this time.
0 commit comments