From 6a50cf7ff2b41ac5f884976349ec3759fa0ea1a9 Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Thu, 31 Oct 2024 21:30:24 +0100 Subject: [PATCH] Version 2.3.2 --- 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 187d7f6..13a1d29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "a2lfile" -version = "2.3.1" +version = "2.3.2" dependencies = [ "a2lmacros", "tempfile", diff --git a/Changelog.md b/Changelog.md index b258c7b..1637038 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.3.2 + +- fix incorrect handling of escape codes \r, \n, \t while writing files + ## Version 2.3.1 - fix the newly added input quantity check in AXIS_PTS: NO_INPUT_QUANTITY must be handled explicitly diff --git a/a2lfile/Cargo.toml b/a2lfile/Cargo.toml index 2cf5f86..8e2b38e 100644 --- a/a2lfile/Cargo.toml +++ b/a2lfile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "a2lfile" -version = "2.3.1" +version = "2.3.2" authors = ["Daniel Thaler "] edition = "2021" description = "read, modify and write a2l files"