Skip to content

Commit

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

## [Unreleased]

## [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.

## [0.2.0](https://github.com/oefd/tokio-socketcan/tree/0.2.0) - 2020-11-12
- [BREAKING CHANGE] Migrate code to `tokio 0.2`, `futures 0.3` and therefore make it possible
to use async/await syntax for reading and writing frames :rocket:.
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.2.0"
version = "0.3.0"
authors = ["Terry Kerr <[email protected]>"]
edition = "2018"
description = "Asynchronous Linux SocketCAN sockets with tokio"
Expand Down

0 comments on commit 2aeb006

Please sign in to comment.