Release 2.1.0

Bumping minor (rather than micro) version as this is not a bugfix
release exactly but changes deps and license (indirectly).
This commit is contained in:
Zeeshan Ali 2021-06-14 13:45:43 +02:00
parent d13366703a
commit 952fccb2f5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.1.0
- Switch from `wepoll-sys` to `wepoll-ffi`.
# Version 2.0.3
- Update `cfg-if` dependency to 1.

View File

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