From 0b0e677f55c79ee5f94918266b1cfac8c2218d7d Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Fri, 20 May 2022 16:07:48 +0200 Subject: [PATCH] Bump version to 1.0.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946455b..657fedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log +## [1.0.1] +- Add public `FlowControlOptions::new`. Thanks Ashcon Mohseninia. +- Bump nix dependency to `0.24` ## [1.0.0] - Breaking: src and dst identifier are now based on `embedded_can::Id`. -- Bump nix dependency to 0.22 +- Bump nix dependency to `0.22` ## [0.1.1](https://github.com/marcelbuesing/socketcan-isotp/tree/1.0.1) (2020-02-18) - Critical FIX: Source and destination CAN identifiers were mixed up diff --git a/Cargo.toml b/Cargo.toml index e2045df..31517ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socketcan-isotp" -version = "1.0.0" +version = "1.0.1" authors = ["marcelbuesing "] edition = "2018" license = "BSD-3-Clause"