diff --git a/Cargo.lock b/Cargo.lock index 9c46a10..e889216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "a2ltool" -version = "2.0.2" +version = "2.1.0" dependencies = [ "a2lfile", "argfile", diff --git a/Cargo.toml b/Cargo.toml index 1aefee5..1813727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "a2ltool" -version = "2.0.2" +version = "2.1.0" authors = ["Daniel Thaler "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/Changelog.md b/Changelog.md index fa96c00..4b5e7a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## Version 2.1.0 + +- Enable the use of response files on the command line, useing an @filename argument +- display XCPplus parameters in --show-xcp + ## Version 2.0.2 - update to a2lfile 2.1.0