We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49000d6 commit 7e88f40Copy full SHA for 7e88f40
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh-sftp-client"
3
-version = "0.13.10"
+version = "0.14.0"
4
edition = "2021"
5
rust-version = "1.64"
6
src/changelog.rs
@@ -4,6 +4,10 @@ use crate::*;
#[doc(hidden)]
pub mod unreleased {}
7
+/// # Changed
8
+/// - Bump optional dependency [`openssh`] to v0.10.0.
9
+pub mod v_0_14_0 {}
10
+
11
/// # Changed
12
/// - Set [`SftpOptions::tokio_compat_file_write_limit`] to 640KB by default.
13
pub mod v_0_13_10 {}
0 commit comments