Skip to content

Commit a4b93e9

Browse files
committed
Version 3.3.1
1 parent 2343d8c commit a4b93e9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

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

3+
## Version 3.3.1
4+
5+
- Bugfix: Non-strict parsing should not fail if a string was expected, but comment + identifier was found.
6+
Previously the comment prevented the error recovery, where an identifier is accepted in place of a string.
7+
38
## Version 3.3.0
49

510
- Bugfix: INSTANCEs can have a READ_WRITE attribute, instead of READ_ONLY

a2lfile/Cargo.toml

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

0 commit comments

Comments
 (0)