From 7bdb6a44ad5456c6c831132f083c4042aca3ee10 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Mon, 9 Sep 2024 10:33:31 -0400 Subject: [PATCH] prepare for capnp-futures-v0.19.1 release --- capnp-futures/CHANGELOG.md | 5 ++++- capnp-futures/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/capnp-futures/CHANGELOG.md b/capnp-futures/CHANGELOG.md index 6c733b013..7f2e5f450 100644 --- a/capnp-futures/CHANGELOG.md +++ b/capnp-futures/CHANGELOG.md @@ -1,5 +1,8 @@ +## v0.19.1 +- Fix bug in `write_queue::len()`. + ## v0.19.0 -Follow v0.19.0 release of other capnp crates. +- Follow v0.19.0 release of other capnp crates. ## v0.18.2 - Fix overflow bug in read_message that could potentially lead to denial of service diff --git a/capnp-futures/Cargo.toml b/capnp-futures/Cargo.toml index 2b69501c2..80873aaa7 100644 --- a/capnp-futures/Cargo.toml +++ b/capnp-futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capnp-futures" -version = "0.19.0" +version = "0.19.1" authors = [ "David Renshaw " ] license = "MIT"