File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## [ 1.0.2]
4
+ - Rename src and dst to rx_id and tx_id to avoid confusion
5
+ - Bump nix dependency to ` 0.26 `
6
+ - Bump bitflags dependency to ` 2.3 `
7
+ - Bump embedded-can dependency to ` 0.4 `
8
+
2
9
## [ 1.0.1]
3
10
- Add public ` FlowControlOptions::new ` . Thanks Ashcon Mohseninia.
4
11
- Bump nix dependency to ` 0.24 `
12
+
5
13
## [ 1.0.0]
6
14
- Breaking: src and dst identifier are now based on ` embedded_can::Id ` .
7
15
- Bump nix dependency to ` 0.22 `
16
+
8
17
## [ 0.1.1] ( https://github.com/marcelbuesing/socketcan-isotp/tree/1.0.1 ) (2020-02-18)
9
18
- Critical FIX: Source and destination CAN identifiers were mixed up
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " socketcan-isotp"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
authors = [
" marcelbuesing <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " BSD-3-Clause"
You canβt perform that action at this time.
0 commit comments