Skip to content

Commit

Permalink
Version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Oct 31, 2024
1 parent 21dd3cf commit 6a50cf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.

4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
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.3.1"
version = "2.3.2"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
description = "read, modify and write a2l files"
Expand Down

0 comments on commit 6a50cf7

Please sign in to comment.