Skip to content

Commit

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

#### Performance

*   elide bounds checks when indexing (#51)
    ([27ea0ec](27ea0ec))
* **mpsc:**  remove panics from wait queue (#50)
  ([f61993f](f61993f))

#### Bug Fixes

* **mpsc:**  compilation error on macOS (#53)
  ([d0d0cd9](d0d0cd9),
  closes [#54](#54))
  • Loading branch information
hawkw committed Mar 16, 2022
1 parent 7642670 commit 5b9ac99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v0.1.1"></a>
### v0.1.1 (2022-03-16)


#### Performance

* elide bounds checks when indexing (#51) ([27ea0ec4](https://github.com/hawkw/thingbuf/commit/27ea0ec45abb45049b8009a253270d5ed658fb38))
* **mpsc:** remove panics from wait queue (#50) ([f61993f0](https://github.com/hawkw/thingbuf/commit/f61993f0e5f7e8725168b1c12d9249c979a986d3))

#### Bug Fixes

* **mpsc:** compilation error on macOS (#53) ([d0d0cd90](https://github.com/hawkw/thingbuf/commit/d0d0cd904e900f099c985b0b9340af681f8c881b), closes [#54](https://github.com/hawkw/thingbuf/issues/54))



<a name="0.1.0"></a>
## 0.1.0 (2022-03-15)

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

0 comments on commit 5b9ac99

Please sign in to comment.