Skip to content

Commit 7e88f40

Browse files
authored
Release openssh-sftp-client v0.14.0 (#107)
Signed-off-by: Jiahao XU <[email protected]>
1 parent 49000d6 commit 7e88f40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.10"
3+
version = "0.14.0"
44
edition = "2021"
55
rust-version = "1.64"
66

src/changelog.rs

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ use crate::*;
44
#[doc(hidden)]
55
pub mod unreleased {}
66

7+
/// # Changed
8+
/// - Bump optional dependency [`openssh`] to v0.10.0.
9+
pub mod v_0_14_0 {}
10+
711
/// # Changed
812
/// - Set [`SftpOptions::tokio_compat_file_write_limit`] to 640KB by default.
913
pub mod v_0_13_10 {}

0 commit comments

Comments
 (0)