Skip to content

Commit

Permalink
Merge pull request #31 from tokahuke/release-v0.6.5
Browse files Browse the repository at this point in the history
It's actually version 0.6.6
  • Loading branch information
tokahuke authored Nov 4, 2023
2 parents c275fdf + 847309f commit f8be2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaque"
version = "0.6.5"
version = "0.6.6"
authors = ["Pedro Arruda <[email protected]>"]
edition = "2018"
description = "Yaque is yet another disk-backed persistent queue for Rust"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ leading to clearer code.
* [@grant0417](https://github.com/grant0417)


## Version 0.6.5:
## Version 0.6.6:

* Added `Receiver::recv_batch_up_to` and `Receiver::try_recv_batch_up_to` so that you can
fetch "up to `n`" elements from the queue or wait until one arrives.
Expand Down

0 comments on commit f8be2c6

Please sign in to comment.