Skip to content

Commit

Permalink
Release openssh-sftp-client 0.14.3 (#123)
Browse files Browse the repository at this point in the history
* Release openssh-sftp-client 0.14.3

* Update changelog.rs
  • Loading branch information
NobodyXu authored Apr 21, 2024
1 parent 48e445e commit 8a7c0b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-client"
version = "0.14.2"
version = "0.14.3"
edition = "2021"
rust-version = "1.64"

Expand Down
6 changes: 4 additions & 2 deletions src/changelog.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#[allow(unused_imports)]
use crate::*;

#[doc(hidden)]
pub mod unreleased {}

/// # Added
/// - [`Permissions::from`] allows converting a u16 octet to a Permissions struct
/// - Allows chain call for Permissions::set_* methods
#[doc(hidden)]
pub mod unreleased {}
pub mod v_0_14_3 {}

/// # Added
/// - [`Sftp::from_session_with_check_connection`] for checking connection
Expand Down

0 comments on commit 8a7c0b6

Please sign in to comment.