Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Aug 20, 2024
1 parent 105e3db commit f8d68ce
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 39 deletions.
74 changes: 37 additions & 37 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,6 +1,6 @@
[package]
name = "a2ltool"
version = "2.1.0"
version = "2.1.1"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
a2lfile = "2.1.0"
object = { version = "~0.36", default-features = false, features = ["read"] }
gimli = { version = "~0.30", default-features = false, features = ["read"] }
gimli = { version = "~0.31", default-features = false, features = ["read"] }
memmap2 = "~0.9"
clap = { version = "~4.5", features = ["wrap_help"]}
cpp_demangle = "0.4.3"
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 2.1.1

- Bugfix: Don't fail to read DWARF type info if it contains any of the attributes packed, atomic, restrict, or immutable.
- During update, set ECU_ADDRESSes that were "0" to hexadecimal display mode

## Version 2.1.0

- Enable the use of response files on the command line, useing an @filename argument
Expand Down

0 comments on commit f8d68ce

Please sign in to comment.