Skip to content

Commit 0f46798

Browse files
sjseilermarcelbuesing
authored andcommitted
πŸ”– Bump version to 1.0.2
* update changelog
1 parent a73a281 commit 0f46798

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# 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+
29
## [1.0.1]
310
- Add public `FlowControlOptions::new`. Thanks Ashcon Mohseninia.
411
- Bump nix dependency to `0.24`
12+
513
## [1.0.0]
614
- Breaking: src and dst identifier are now based on `embedded_can::Id`.
715
- Bump nix dependency to `0.22`
16+
817
## [0.1.1](https://github.com/marcelbuesing/socketcan-isotp/tree/1.0.1) (2020-02-18)
918
- Critical FIX: Source and destination CAN identifiers were mixed up

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socketcan-isotp"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["marcelbuesing <[email protected]>"]
55
edition = "2018"
66
license = "BSD-3-Clause"

0 commit comments

Comments
Β (0)