Released 2024-12-16
API
- Added `CharacterData::parse_bool` and `impl From<bool> for CharacterData`
- Added `Element::remove_sub_element_kind()`, which equivalent to `get_sub_element(ElementName)` followed by `remove_sub_element()`
- Added extra info to the errors `InvalidSubElement` and `ElementInsertionConflict`
Enhancements
- Removed the dependency on num_derive, which should make the build a bit faster - Thanks shahn
- autosar-data now uses `![warn(missing_docs)]`, and all items have been documented