Skip to content

Commit

Permalink
prepare for capnp-futures-v0.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 7, 2024
1 parent d726abd commit 0c5996a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions capnp-futures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.20.1
- Remove dependency on futures crate in favor of lighter-weight dependencies
on futures-channel and futures-util.

## v0.20.0
- write_queue objects should be Send now, when appropriate.
- Follow v0.20.0 release of other capnp crates.
Expand Down
2 changes: 1 addition & 1 deletion capnp-futures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capnp-futures"
version = "0.20.0"
version = "0.20.1"
authors = [ "David Renshaw <drenshaw@gmail.com>" ]
license = "MIT"

Expand Down

0 comments on commit 0c5996a

Please sign in to comment.