浏览代码

chore: prepare to release v0.1.3 (#77)

<a name=""></a>
##  (2023-04-26)

#### Features

* **blocking::mpsc:**  add `Receiver::recv(_ref)_timeout` methods (#75)
  ([b57ce88a](https://github.com/hawkw/thingbuf/commit/b57ce88ac85cf71b363035249e27f1c91e65f372))
Eliza Weisman 2 年之前
父节点
当前提交
8181ea0c97
共有 2 个文件被更改,包括 14 次插入1 次删除
  1. 13 0
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 13 - 0
CHANGELOG.md

@@ -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>
 <a name="v0.1.3"></a>
 ### v0.1.3 (2022-05-13)
 ### v0.1.3 (2022-05-13)
 
 

+ 1 - 1
Cargo.toml

@@ -6,7 +6,7 @@ members = [
 
 
 [package]
 [package]
 name = "thingbuf"
 name = "thingbuf"
-version = "0.1.3"
+version = "0.1.4"
 edition = "2021"
 edition = "2021"
 rust-version = "1.57.0"
 rust-version = "1.57.0"
 authors = ["Eliza Weisman <eliza@buoyant.io>"]
 authors = ["Eliza Weisman <eliza@buoyant.io>"]