Skip to content

Commit cd467dc

Browse files
authored
Release openssh-sftp-client v0.13.6 (#92)
Signed-off-by: Jiahao XU <[email protected]>
1 parent c6c7c3e commit cd467dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh-sftp-client"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
edition = "2021"
55
rust-version = "1.64"
66

src/changelog.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#[allow(unused_imports)]
22
use crate::*;
33

4+
#[doc(hidden)]
5+
pub mod unreleased {}
6+
47
/// ## Added
58
/// - Add new option [`SftpOptions::tokio_compat_file_write_limit()`] to set write buffer limit
69
/// for [`file::TokioCompatFile`].
7-
#[doc(hidden)]
8-
pub mod unreleased {}
10+
pub mod v_0_13_6 {}
911

1012
/// ## Fixed
1113
/// - Fixed #80 [`file::TokioCompatFile`]: Incorrect behavior about `AsyncSeek`

0 commit comments

Comments
 (0)