Bump to v0.1.8

This commit is contained in:
Stjepan Glavina 2020-09-03 12:56:12 +02:00
parent bc3dc1ec6e
commit f03bb7acf0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.8
- Replace `log::debug!` with `log::trace!`.
# Version 0.1.7
- Specify oneshot mode in epoll/wepoll at insert.

View File

@ -1,6 +1,6 @@
[package]
name = "polling"
version = "0.1.7"
version = "0.1.8"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"