diff --git a/CHANGELOG.md b/CHANGELOG.md index 641d18c..97f6ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## [3.0.2](https://github.com/marcelbuesing/can-dbc/tree/3.0.1) (2020-10-28) +- Fix: Allow trailing whitespaces in dbc. Thanks @killercup. + ## [3.0.1](https://github.com/marcelbuesing/can-dbc/tree/3.0.1) (2019-05-17) - Fix: Allow zero time occurence of BU name - Remove Cargo.lock file diff --git a/Cargo.toml b/Cargo.toml index 02de572..8aa5cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "can-dbc" -version = "3.0.1" +version = "3.0.2" license = "MIT" description = "A parser for the DBC format. The DBC format is used to exchange CAN network data." homepage = "https://github.com/marcelbuesing/can-dbc"