Skip to content

Commit

Permalink
A2ltool version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Jan 18, 2022
1 parent 7ea8ea2 commit d38bae4
Show file tree
Hide file tree
Showing 4 changed files with 9 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2ltool"
version = "1.1.0"
version = "1.2.0"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## Version 1.2.0
- add --cleanup wich cleans up unused or useless items in the file
It removes empty groups and functions, as well as unused compu_methods, compu_tabs, record_layouts and units.
- add --target-group which allows new items created by --measurement[...] and --characteristic[...] to be directly added to a group
- minor formatting improvements

## Version 1.1.0
- rename --insert-characteristic to --characteristic and --insert-measurement to --measurement.
The old nemaes remain as aliases, though they are not shown by --help
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The a2l file format is specified by ASAM and is formally called ASAM MCD-2 MC.

## Project Status
With a2ltool version 1.0 all initially planned features were fully implemented.
Version 1.1.0 brings some new features that go beyond the initial plan - see the changelog.
Further improvements have been made as needed since then - see the changelog.

0 comments on commit d38bae4

Please sign in to comment.