Bump to v0.2.1

This commit is contained in:
Stjepan Glavina 2020-08-29 20:07:00 +02:00
parent 924d3a9f26
commit d6505ef575
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.2.1
- Add `try_tick()` and `tick()` methods.
# Version 0.2.0
- Redesign the whole API.

View File

@ -1,6 +1,6 @@
[package]
name = "async-executor"
version = "0.2.0"
version = "0.2.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async executor"