We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dc552 commit 4505bdaCopy full SHA for 4505bda
2 files changed
Changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## Version 0.21.1
10
11
### Fixes
autosar-data/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "autosar-data"
-version = "0.21.1"
+version = "0.21.2"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2024"
description = "read, write and modify Autosar arxml data"
0 commit comments