Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Jun 22, 2024
1 parent 742a5f2 commit fb99932
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.0

- add handling of /include inside A2ML blocks (Louis Caron)
- fix multi-level /include inside A2L (bug report by Louis Caron)

## Version 2.0.0

- Specification: AR_COMPONENT is a block enclosed in /begin and /end, not a keyword
Expand Down
4 changes: 2 additions & 2 deletions a2lfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lfile"
version = "2.0.0"
version = "2.1.0"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
description = "read, modify and write a2l files"
Expand All @@ -11,7 +11,7 @@ categories = ["parser-implementations"]
repository = "https://github.com/DanielT/a2lfile"

[dependencies.a2lmacros]
version = "2.0.0"
version = "2.1.0"

[dependencies]
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion a2lfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
a2lfile = "2.0"
a2lfile = "2.1"
```

A simple program based on the `a2lfile` library might look like this:
Expand Down
2 changes: 1 addition & 1 deletion a2lmacros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lmacros"
version = "2.0.0"
version = "2.1.0"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
description = "provides macros in support of the a2lfile crate"
Expand Down

0 comments on commit fb99932

Please sign in to comment.