Bump to v2.2.0

This commit is contained in:
Taiki Endo 2021-11-10 19:31:42 +09:00
parent 4ac15ff339
commit 89ce9bafaa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.2.0
- Support VxWorks, Fuchsia and other Unix systems by using poll. (#26)
# Version 2.1.0
- Switch from `wepoll-sys` to `wepoll-ffi`.

View File

@ -3,7 +3,7 @@ name = "polling"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.1.0"
version = "2.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"