Skip to content

Commit 525a5da

Browse files
committed
Bump version to 0.3.1 and update changelog
1 parent 2f565fd commit 525a5da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

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+
610
## [0.3.0](https://github.com/oefd/tokio-socketcan/tree/0.3.0) - 2021-02-10
711
- [BREAKING CHANGE] Migrate code to `tokio 1` and mio 0.7.
812

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-socketcan"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Terry Kerr <[email protected]>"]
55
edition = "2018"
66
description = "Asynchronous Linux SocketCAN sockets with tokio"

0 commit comments

Comments
 (0)