Skip to content

Commit

Permalink
Release openssh v0.14.0 (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Apr 26, 2024
1 parent 9cf53e9 commit d107763
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"
version = "0.10.3"
version = "0.10.4"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand Down
6 changes: 4 additions & 2 deletions src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
use crate::*;

/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
#[doc(hidden)]
pub mod unreleased {}

/// ## Changed
/// - Added new fn [`Session::control_persist`] to set the `ControlPersist` option of
/// the master ssh connection.
#[doc(hidden)]
pub mod unreleased {}
pub mod v0_10_4 {}

/// ## Changed
/// - Removed dependency on MPL licensed dirs-sys in favor of local implementation
Expand Down

0 comments on commit d107763

Please sign in to comment.