Bump to v1.1.2

This commit is contained in:
Stjepan Glavina 2020-05-25 12:06:18 +02:00
parent f3dd1483ba
commit 0ee899e733
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.2
- Change a `Relaxed` load to `Acquire` load.
# Version 1.1.1
- Fix a bug in `EventListener::wait_timeout()`.

View File

@ -1,6 +1,6 @@
[package]
name = "event-listener"
version = "1.1.1"
version = "1.1.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Notify async tasks or threads"