Skip to content

Commit

Permalink
Bump version to 0.3.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Nov 17, 2021
1 parent 2f565fd commit 525a5da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.1](https://github.com/oefd/tokio-socketcan/tree/0.3.1) - 2021-11-17
- Reexport `socketcan::CANFilter`. Thank you @andresv.
- Update to `mio 0.8`.

## [0.3.0](https://github.com/oefd/tokio-socketcan/tree/0.3.0) - 2021-02-10
- [BREAKING CHANGE] Migrate code to `tokio 1` and mio 0.7.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
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"
Expand Down

0 comments on commit 525a5da

Please sign in to comment.