Skip to content

Commit

Permalink
Version 1.4.4
Browse files Browse the repository at this point in the history
Update to a2lfile 1.3.4 to get a fix in the a2l parser.
  • Loading branch information
DanielT committed Aug 23, 2023
1 parent d64d612 commit 13e7e91
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 47 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "a2ltool"
version = "1.4.3"
version = "1.4.4"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
a2lfile = "1.3.3"
a2lfile = "1.3.4"
object = "~0.31"
gimli = { version = "~0.27", features = ["read"] }
memmap = "~0.7"
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## Version 1.4.4

Upgrade to the a2lfile crate version 1.3.4, to get a fix in the a2l parser.
Previous versions were unable to handle some strings with double "" escapes, e.g. "some ""text"" here"

## Version 1.4.3

Improve the formatting of the --help message by

- enabling color
- enabling automatic wrapping of the descriptons

Expand Down

0 comments on commit 13e7e91

Please sign in to comment.