From d3d1292b31f10b2cd249eed9f573eb9fa4c7215e Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Thu, 3 Oct 2024 19:35:41 +0200 Subject: [PATCH] Version 2.3.1 --- Cargo.lock | 2 +- Changelog.md | 4 ++++ a2lfile/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4ad365..187d7f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "a2lfile" -version = "2.3.0" +version = "2.3.1" dependencies = [ "a2lmacros", "tempfile", diff --git a/Changelog.md b/Changelog.md index 3c3df3d..b258c7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.3.1 + +- fix the newly added input quantity check in AXIS_PTS: NO_INPUT_QUANTITY must be handled explicitly + ## Version 2.3.0 - change the behavior of merge for GROUPS and FUNCTION diff --git a/a2lfile/Cargo.toml b/a2lfile/Cargo.toml index 4d1cd1f..2cf5f86 100644 --- a/a2lfile/Cargo.toml +++ b/a2lfile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "a2lfile" -version = "2.3.0" +version = "2.3.1" authors = ["Daniel Thaler "] edition = "2021" description = "read, modify and write a2l files"