Skip to content

Commit 4505bda

Browse files
committed
Version 0.21.2
1 parent 68dc552 commit 4505bda

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 0.21.2
4+
5+
### Fixes
6+
7+
- Allow extra spaces in the XML header. For example, `<?xml version = "1.0" encoding = "utf-8" ?>` is a valid header.
8+
39
## Version 0.21.1
410

511
### Fixes

autosar-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autosar-data"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "read, write and modify Autosar arxml data"

0 commit comments

Comments
 (0)