From 6596b92caaf81ffbe7fa95dc399c28cd812919f9 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Sun, 17 May 2020 22:42:09 +0200 Subject: [PATCH] Bump version to 3.0.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f97a9..641d18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [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 + ## [3.0.0](https://github.com/marcelbuesing/can-dbc/tree/3.0.0) (2019-11-25) - BREAKING: Pass `MessageId`'s by value - Cleanup clippy warnings diff --git a/Cargo.toml b/Cargo.toml index 1c1b9c1..02de572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "can-dbc" -version = "3.0.0" +version = "3.0.1" 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"