Bump to 1.2.2

This commit is contained in:
Stjepan Glavina 2020-08-05 19:01:40 +02:00
parent ee83323156
commit db15df1c27
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.2.2
- Add a special, efficient `bounded(1)` implementation.
# Version 1.2.1
- In the bounded queue, use boxed slice instead of raw pointers.

View File

@ -1,6 +1,6 @@
[package]
name = "concurrent-queue"
version = "1.2.1"
version = "1.2.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Concurrent multi-producer multi-consumer queue"