Skip to content

Commit 41434c9

Browse files
committed
Dump version v2.0.8
1 parent d4ae3d4 commit 41434c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
## [2.0.8] - 2025-07-14
19+
20+
### Added
21+
22+
- AsyncStream: Add try_recv(), len() & is_empty()
23+
1824
## [2.0.7] - 2025-07-13
1925

2026
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crossfire"
3-
version = "2.0.7"
3+
version = "2.0.8"
44
authors = ["plan <frostyplanet@gmail.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)