From 55920b475d1f85d23445d6d1352ceb1e08bd0ecc Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 12 Aug 2023 11:54:45 +1000 Subject: [PATCH] Release openssh-sftp-client v0.13.10 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- src/changelog.rs | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 887b3fc..d4e9ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh-sftp-client" -version = "0.13.9" +version = "0.13.10" edition = "2021" rust-version = "1.64" diff --git a/src/changelog.rs b/src/changelog.rs index 00de85e..b0710c5 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -1,11 +1,13 @@ #[allow(unused_imports)] use crate::*; -/// # Changed -/// - Set [`SftpOptions::tokio_compat_file_write_limit`] to 640KB by default. #[doc(hidden)] pub mod unreleased {} +/// # Changed +/// - Set [`SftpOptions::tokio_compat_file_write_limit`] to 640KB by default. +pub mod v_0_13_10 {} + /// # Fixed /// Invalid response id after closing file caused by the change in v0.13.8 pub mod v_0_13_9 {}