Skip to content

Commit

Permalink
Bumped version, added status
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Oct 19, 2024
1 parent 4df63f1 commit d185c56
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

# [0.11.1] - 2024-10-19

### Added

- `SendSink::sender`
- `SendFut`, `SendSink`, `RecvFut`, `RecvStream`, `WeakSender`, `Iter`, `TryIter`, and `IntoIter` now implement `Debug`
- Docs now show required features

### Removed

### Changed

- `WeakSender` is now `Clone`
- `spin` feature no longer uses `std::thread::sleep` for locking except on Unix-like operating systems and Windows
- Flume is now in [casual maintenance mode](https://casuallymaintained.tech/).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flume"
version = "0.11.0"
version = "0.11.1"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
description = "A blazingly fast multi-producer channel"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ Tests were performed on an AMD Ryzen 7 3700x with 8/16 cores running Linux kerne

# <img src="misc/benchmarks.png" alt="Flume benchmarks (crossbeam benchmark suite)" width="100%"/>

## Status

Flume is in [casual maintenance mode](https://casuallymaintained.tech/). This means that the crate will continue to
receive critical security and bug fixes, but heavy feature development has stopped. If you're looking for a new
feature, you're welcome to open a PR and I'll try to find the time to review it.

Flume has been great fun to work on, and I'm happy that it's being used successfully by so many people. I consider the
crate to be largely feature-complete at this point (bar small details here and there).

## License

Flume is licensed under either of:
Expand Down

0 comments on commit d185c56

Please sign in to comment.