Skip to content

Commit

Permalink
chore: prepare to release v0.1.3 (#77)
Browse files Browse the repository at this point in the history
<a name=""></a>
##  (2023-04-26)

#### Features

* **blocking::mpsc:**  add `Receiver::recv(_ref)_timeout` methods (#75)
  ([b57ce88](b57ce88))
  • Loading branch information
hawkw authored Apr 26, 2023
1 parent 465fd3c commit 8181ea0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v0.1.4"></a>
## v0.1.4 (2023-04-26)

#### Features

* **blocking::mpsc:** add `Receiver::recv(_ref)_timeout` methods (#75) ([b57ce88a](https://github.com/hawkw/thingbuf/commit/b57ce88ac85cf71b363035249e27f1c91e65f372))

#### Bug Fixes

* **blocking::mpsc:** increase durations in doctests (#78) ([465fd3cb](https://github.com/hawkw/thingbuf/commit/465fd3cbcb411a4413f382afcdfab1e5d68f3a4a))



<a name="v0.1.3"></a>
### v0.1.3 (2022-05-13)

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.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.57.0"
authors = ["Eliza Weisman <[email protected]>"]
Expand Down

0 comments on commit 8181ea0

Please sign in to comment.