Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Oct 3, 2024
1 parent ff896c2 commit dfaef88
Show file tree
Hide file tree
Showing 4 changed files with 13 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.

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

## Version 2.3.0

- change the behavior of merge for GROUPS and FUNCTION
Previously, if two GROUPS in a merge had the same name, then the incoming group was renamed with the suffix ".MERGE".
Now the content for GROUPs/FUNCTIONs with the same name is combined.
- a2l checker improvements
- fix incorrect checks for TYPEDEF_AXIS and COMPU_METHOD
- add extra checks for GROUP, MEASUREMENT, COMPU_METHOD, AXIS_PTS
- add tests for all the checks

## Version 2.2.0

- allow the parser to read hex encoded integers where a float is expected (Louis Caron)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
a2lfile = "2.0"
a2lfile = "2.3"
```

A simple program based on the `a2lfile` library might look like this:
Expand Down
2 changes: 1 addition & 1 deletion a2lfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lfile"
version = "2.2.0"
version = "2.3.0"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
description = "read, modify and write a2l files"
Expand Down

0 comments on commit dfaef88

Please sign in to comment.