diff --git a/local-channel/CHANGES.md b/local-channel/CHANGES.md index 9e7a01e4..3244f033 100644 --- a/local-channel/CHANGES.md +++ b/local-channel/CHANGES.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.1.5 + +- No significant changes since `0.1.4`. + ## 0.1.4 - Minimum supported Rust version (MSRV) is now 1.65. diff --git a/local-channel/Cargo.toml b/local-channel/Cargo.toml index 45ee0179..613908e6 100644 --- a/local-channel/Cargo.toml +++ b/local-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-channel" -version = "0.1.4" +version = "0.1.5" description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue" authors = [ "Nikolay Kim ", diff --git a/local-channel/README.md b/local-channel/README.md new file mode 100644 index 00000000..5a320383 --- /dev/null +++ b/local-channel/README.md @@ -0,0 +1,16 @@ +# `local-channel` + +> A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue. + + + +[![crates.io](https://img.shields.io/crates/v/local-channel?label=latest)](https://crates.io/crates/local-channel) +[![Documentation](https://docs.rs/local-channel/badge.svg?version=0.1.5)](https://docs.rs/local-channel/0.1.5) +[![Version](https://img.shields.io/badge/rustc-1.52+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html) +![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/local-channel.svg) +
+[![Dependency Status](https://deps.rs/crate/local-channel/0.1.5/status.svg)](https://deps.rs/crate/local-channel/0.1.5) +![Download](https://img.shields.io/crates/d/local-channel.svg) +[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x) + +