We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f565fd commit 525a5daCopy full SHA for 525a5da
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
6
+## [0.3.1](https://github.com/oefd/tokio-socketcan/tree/0.3.1) - 2021-11-17
7
+- Reexport `socketcan::CANFilter`. Thank you @andresv.
8
+- Update to `mio 0.8`.
9
+
10
## [0.3.0](https://github.com/oefd/tokio-socketcan/tree/0.3.0) - 2021-02-10
11
- [BREAKING CHANGE] Migrate code to `tokio 1` and mio 0.7.
12
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tokio-socketcan"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Terry Kerr <[email protected]>"]
edition = "2018"
description = "Asynchronous Linux SocketCAN sockets with tokio"
0 commit comments