Skip to content

Commit

Permalink
chore: prepare to release v0.1.3 (#64)
Browse files Browse the repository at this point in the history
<a name="v0.1.3"></a>
### v0.1.3 (2022-05-13)

#### Features

* **mpsc:**  add `Receiver::try_recv` method  (#60) ([e04661f](e04661f))

#### Bug Fixes

* **mpsc:**  `try_recv_ref` should return `RecvRef` (#61) ([47f16f5](47f16f5))
  • Loading branch information
hawkw authored May 13, 2022
1 parent 6728acd commit 3124307
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v0.1.3"></a>
### v0.1.3 (2022-05-13)


#### Features

* **mpsc:** add `Receiver::try_recv` method (#60) ([e04661fc](https://github.com/hawkw/thingbuf/commit/e04661fc72b08c4e2517a9f0bfb16aa7d2fed683))

#### Bug Fixes

* **mpsc:** `try_recv_ref` should return `RecvRef` (#61) ([47f16f59](https://github.com/hawkw/thingbuf/commit/47f16f59579e7a5d11a69c47c4a3b7379b758c75))



<a name="v0.1.2"></a>
### v0.1.2 (2022-04-12)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "thingbuf"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.57.0"
authors = ["Eliza Weisman <[email protected]>"]
Expand Down

0 comments on commit 3124307

Please sign in to comment.