Skip to content

Commit e3fef3f

Browse files
authored
v2.2.0 (#38)
1 parent 07c3e4d commit e3fef3f

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 2.2.0
2+
3+
- Add the try_iter method. (#36)
4+
15
# Version 2.1.0
26

37
- Update `portable-atomic` to 1.0. (#33)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "2.1.0"
6+
version = "2.2.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Taiki Endo <[email protected]>",

0 commit comments

Comments
 (0)