Skip to content

Commit

Permalink
Prepare v0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 1, 2024
1 parent 97d1d3e commit a16b91c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async-stream-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-stream-impl"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
rust-version = "1.65"
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions async-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.6

* Fix soundness bugs (#109)
* Bump MSRV to 1.65 (#109)

# 0.3.5

* Update to syn 2.0 (#93)
Expand Down
4 changes: 2 additions & 2 deletions async-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "async-stream"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag
version = "0.3.5"
version = "0.3.6"
edition = "2021"
rust-version = "1.65"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ description = "Asynchronous streams using async & await notation"
repository = "https://github.com/tokio-rs/async-stream"

[dependencies]
async-stream-impl = { version = "=0.3.5", path = "../async-stream-impl" }
async-stream-impl = { version = "=0.3.6", path = "../async-stream-impl" }
futures-core = "0.3"
pin-project-lite = "0.2"

Expand Down

0 comments on commit a16b91c

Please sign in to comment.