From 4e92366b560d73de3cbd97d1a6789b597a896041 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Tue, 31 Oct 2023 20:08:38 +0100 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d22d3a..d6583b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.4.0 (2023-10-31) * Added `ReadableStream::from(async_iterable)` and `try_from(async_iterable)`. ([#23](https://github.com/MattiasBuelens/wasm-streams/pull/23)) * Stop calling `byobRequest.respond(0)` on cancel ([#16](https://github.com/MattiasBuelens/wasm-streams/pull/16)) diff --git a/Cargo.toml b/Cargo.toml index fd49bb2..8d78e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-streams" -version = "0.3.0" +version = "0.4.0" authors = ["Mattias Buelens "] edition = "2021" license = "MIT OR Apache-2.0"