Skip to content

Commit

Permalink
chore: prepare to release v0.1.5
Browse files Browse the repository at this point in the history
## v0.1.5 (2024-04-06)

#### Features

* **mpsc:**  add `len`, `capacity`, and `remaining` methods to mpsc (#72) ([00213c1](00213c1), closes [#71](#71))

#### Bug Fixes

*   unused import with `alloc` enabled ([ac1eafc](ac1eafc))
*   skip slots with active reading `Ref`s in `push_ref` (#81) ([a72a286](a72a286), closes [#83](#83), [#80](#80))
  • Loading branch information
hawkw committed Apr 6, 2024
1 parent 00213c1 commit c8e2a73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v0.1.5"></a>
## v0.1.5 (2024-04-06)


#### Features

* **mpsc:** add `len`, `capacity`, and `remaining` methods to mpsc (#72) ([00213c11](https://github.com/hawkw/thingbuf/commit/00213c1174caa8328e982c3036adaefdfb37b895), closes [#71](https://github.com/hawkw/thingbuf/issues/71))

#### Bug Fixes

* unused import with `alloc` enabled ([ac1eafcc](https://github.com/hawkw/thingbuf/commit/ac1eafccbdff39e7be22823184daf44f8ee99d12))
* skip slots with active reading `Ref`s in `push_ref` (#81) ([a72a2869](https://github.com/hawkw/thingbuf/commit/a72a2869237c79cd81b58bfcd18b5ded39430cd6), closes [#83](https://github.com/hawkw/thingbuf/issues/83), [#80](https://github.com/hawkw/thingbuf/issues/80))



<a name="v0.1.4"></a>
## v0.1.4 (2023-05-01)

Expand Down Expand Up @@ -95,6 +110,3 @@ Initial release!
* **mpsc:**
* ensure un-received messages are dropped (#29) ([c444e50b](https://github.com/hawkw/thingbuf/commit/c444e50b8d2ca98745ae451100a4b01f84d054d5))
* fix a deadlock in async send_ref (#20) ([c58c6200](https://github.com/hawkw/thingbuf/commit/c58c620096a063e275f9c16e0a89da3399b47877))



4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ members = [

[package]
name = "thingbuf"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
rust-version = "1.57.0"
authors = ["Eliza Weisman <eliza@buoyant.io>"]
authors = ["Eliza Weisman <eliza@elizas.website>"]
license = "MIT"
repository = "https://github.com/hawkw/thingbuf"
homepage = "https://github.com/hawkw/thingbuf"
Expand Down

0 comments on commit c8e2a73

Please sign in to comment.