We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c7c3e commit cd467dcCopy full SHA for cd467dc
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh-sftp-client"
3
-version = "0.13.5"
+version = "0.13.6"
4
edition = "2021"
5
rust-version = "1.64"
6
src/changelog.rs
@@ -1,11 +1,13 @@
#[allow(unused_imports)]
use crate::*;
+#[doc(hidden)]
+pub mod unreleased {}
+
7
/// ## Added
8
/// - Add new option [`SftpOptions::tokio_compat_file_write_limit()`] to set write buffer limit
9
/// for [`file::TokioCompatFile`].
-#[doc(hidden)]
-pub mod unreleased {}
10
+pub mod v_0_13_6 {}
11
12
/// ## Fixed
13
/// - Fixed #80 [`file::TokioCompatFile`]: Incorrect behavior about `AsyncSeek`
0 commit comments