Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryvk committed Apr 23, 2024
1 parent dc80389 commit 388d72d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.2.2] - 2024-04-23

### 🚀 Features

- Implement emit_err for try_fn_stream

### 🚜 Refactor

- Use internal_emit instead of duplicate code

### 📚 Documentation

- Improve documentation and some panic messages

### 🧪 Testing

- Add test for emit_err

## [0.2.1] - 2024-04-18

### 🚜 Refactor
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-fn-stream"
description = "Lightweight implementation of `async-stream` without macros"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT"
homepage = "https://github.com/dmitryvk/async-fn-stream"
Expand Down

0 comments on commit 388d72d

Please sign in to comment.