Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Dec 5, 2024
1 parent 976b064 commit 9fa1aa5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 2.4.0

- OS independen path separator handling in /include (Akhil T Thomas)
- Add the APIs load_fragment2 and load_fragment_file2, deprecating the old versions
- a2l checker improvements
- The RECORD_LAYOUT used by a CHARACTERISTIC must contain FNC_VALUES
- A RECORD_LAYOUT must contain an AXIS_PTS_X/Y/Z for each internal axis
- There should be a specific number of AXIS_DESCR depending on the type of RECORD_LAYOUT
- The lower and upper limits of CHARACTERISTICs, MEASUREMENTs and AXIS_PTS
are checked for plausibility based on the data type of the item and its COMPU_METHOD.

## Version 2.3.2

- fix incorrect handling of escape codes \r, \n, \t while writing files
Expand Down
4 changes: 2 additions & 2 deletions a2lfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lfile"
version = "2.3.2"
version = "2.4.0"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
description = "read, modify and write a2l files"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/DanielT/a2lfile"
version = "2.2.0"

[dependencies]
thiserror = "1.0.50"
thiserror = "2.0"

[dev-dependencies]
tempfile = "3.8"

0 comments on commit 9fa1aa5

Please sign in to comment.