Skip to content

Commit db15df1

Browse files
author
Stjepan Glavina
committed
Bump to 1.2.2
1 parent ee83323 commit db15df1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.2.2
2+
3+
- Add a special, efficient `bounded(1)` implementation.
4+
15
# Version 1.2.1
26

37
- In the bounded queue, use boxed slice instead of raw pointers.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concurrent-queue"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
66
description = "Concurrent multi-producer multi-consumer queue"

0 commit comments

Comments
 (0)