Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
update to a2ltool 2.1.0 for fixes related to the handling of /include
  • Loading branch information
DanielT committed Jun 22, 2024
1 parent f0e64e5 commit 3255b5e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
a2lfile = "2.0.0"
a2lfile = "2.1.0"
object = { version = "~0.36", default-features = false, features = ["read"] }
gimli = { version = "~0.30", default-features = false, features = ["read"] }
memmap2 = "~0.9"
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 2.0.2

- update to a2lfile 2.1.0
- add handling for /include inside A2ML (by @louiscaron)
- fix multi-level /include inside A2L

## Version 2.0.1

- Fix issue #30: don't remove the BIT_MASK from elements during update (by @louiscaron)
Expand Down

0 comments on commit 3255b5e

Please sign in to comment.