We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c495b80 commit 701b044Copy full SHA for 701b044
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.2] - 2025-10-08
6
+
7
+### 🚀 Features
8
9
+- Support `emit_result` for `try_fn_stream` (#16)
10
11
## [0.3.1] - 2025-09-30
12
13
### 🐛 Bug Fixes
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "async-fn-stream"
description = "Lightweight implementation of `async-stream` without macros"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
license = "MIT"
homepage = "https://github.com/dmitryvk/async-fn-stream"
0 commit comments