Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed May 20, 2022
1 parent 6508a5d commit 0b0e677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socketcan-isotp"
version = "1.0.0"
version = "1.0.1"
authors = ["marcelbuesing <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 0b0e677

Please sign in to comment.