Skip to content

Commit

Permalink
Published version 0.1.0 and updated readme+changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Feb 21, 2024
1 parent 0f3c291 commit a1aa788
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2024-02-21

### Added

- Initial implementation of the library.
- Tests and benches.
- Documentation.

[unreleased]: https://github.com/Amjad50/blink-channel/compare/a9761ca3c16404ffd8c00efe0ed26fa377bb444d...HEAD
[unreleased]: https://github.com/Amjad50/blink-channel/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Amjad50/blink-channel/compare/a9761ca3c16404ffd8c00efe0ed26fa377bb444d...v0.1.0
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Blink-channel

[![check](https://github.com/Amjad50/blink-channel/actions/workflows/check.yml/badge.svg)](https://github.com/Amjad50/blink-channel/actions/workflows/check.yml) [![codecov](https://codecov.io/gh/Amjad50/blink-channel/graph/badge.svg?token=I4ORM3HHCK)](https://codecov.io/gh/Amjad50/blink-channel)
[![check](https://github.com/Amjad50/blink-channel/actions/workflows/check.yml/badge.svg)](https://github.com/Amjad50/blink-channel/actions/workflows/check.yml)
[![codecov](https://codecov.io/gh/Amjad50/blink-channel/graph/badge.svg?token=I4ORM3HHCK)](https://codecov.io/gh/Amjad50/blink-channel)
[![Crates.io blink-channel](https://img.shields.io/crates/v/blink-channel)](https://crates.io/crates/blink-channel)
[![docs.rs blink-channel](https://docs.rs/blink-channel/badge.svg)](https://docs.rs/blink-channel)

Fast, Lock-free, Bounded, Lossy Rust broadcast channel.

Expand All @@ -23,6 +26,8 @@ than old data which can be discarded.
This could be useful for example in implementing audio driver, where a small glitch but staying
up to date is better than delayed audio.

See [the documentation](https://docs.rs/blink-channel) for examples.

# Minimum Supported Rust Version (MSRV)
The minimum supported Rust version for this crate is `1.60.0`

Expand Down

0 comments on commit a1aa788

Please sign in to comment.