We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ae3d4 commit 41434c9Copy full SHA for 41434c9
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [2.0.8] - 2025-07-14
19
+
20
+### Added
21
22
+- AsyncStream: Add try_recv(), len() & is_empty()
23
24
## [2.0.7] - 2025-07-13
25
26
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crossfire"
3
-version = "2.0.7"
+version = "2.0.8"
4
authors = ["plan <frostyplanet@gmail.com>"]
5
edition = "2021"
6
license = "Apache-2.0"
0 commit comments