We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a673521 commit 99b11c2Copy full SHA for 99b11c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.8"
+version = "0.9.9"
4
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5
edition = "2021"
6
rust-version = "1.63.0"
src/changelog.rs
@@ -10,6 +10,10 @@ use crate::*;
10
#[doc(hidden)]
11
pub mod unreleased {}
12
13
+/// ## Added
14
+/// - Add new fn `SessionBuilder::ssh_auth_sock`
15
+pub mod v0_9_9 {}
16
+
17
/// ## Added
18
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
19
/// - Add new fn `Stdio::from_raw_fd_owned`
0 commit comments