Bump to v1.1.0

This commit is contained in:
Taiki Endo 2021-11-10 19:24:38 +09:00
parent 8827a996e2
commit b8346938c2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.1.0
- Add an environment variable to customize the maximum number of threads. (#21)
# Version 1.0.2
- Update `futures-lite`.

View File

@ -1,6 +1,9 @@
[package]
name = "blocking"
version = "1.0.2"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A thread pool for isolating blocking I/O in async programs"