Skip to content

Commit 5582476

Browse files
committed
Version 3.4.0
1 parent 384680c commit 5582476

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 3.4.0
4+
5+
### Feature
6+
7+
- Support comments at the top level of a2l files
8+
39
## Version 3.3.2
410

511
- Bugfix: Allow fallback parser to skip comments in unknown IF_DATA blocks (Akhil T Thomas)

a2lfile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a2lfile"
3-
version = "3.3.2"
3+
version = "3.4.0"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "read, modify and write a2l files"
@@ -20,7 +20,7 @@ merge = []
2020
sort = []
2121

2222
[dependencies.a2lmacros]
23-
version = "3.0.0"
23+
version = "3.1.0"
2424

2525
[dependencies]
2626
fnv = "1.0.7"

a2lmacros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a2lmacros"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "provides macros in support of the a2lfile crate"

0 commit comments

Comments
 (0)