Skip to content

Commit 701b044

Browse files
committed
version: 0.3.2
1 parent c495b80 commit 701b044

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.2] - 2025-10-08
6+
7+
### 🚀 Features
8+
9+
- Support `emit_result` for `try_fn_stream` (#16)
10+
511
## [0.3.1] - 2025-09-30
612

713
### 🐛 Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-fn-stream"
33
description = "Lightweight implementation of `async-stream` without macros"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/dmitryvk/async-fn-stream"

0 commit comments

Comments
 (0)