Skip to content

Commit 99b11c2

Browse files
committed
Release 0.9.9 with ssh_auth_sock option
1 parent a673521 commit 99b11c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh"
3-
version = "0.9.8"
3+
version = "0.9.9"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
55
edition = "2021"
66
rust-version = "1.63.0"

src/changelog.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ use crate::*;
1010
#[doc(hidden)]
1111
pub mod unreleased {}
1212

13+
/// ## Added
14+
/// - Add new fn `SessionBuilder::ssh_auth_sock`
15+
pub mod v0_9_9 {}
16+
1317
/// ## Added
1418
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
1519
/// - Add new fn `Stdio::from_raw_fd_owned`

0 commit comments

Comments
 (0)