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 6495401 commit 9a24507Copy full SHA for 9a24507
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.2"
+version = "0.9.3"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.56.1"
src/changelog.rs
@@ -2,14 +2,16 @@
use crate::*;
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
-///
+#[doc(hidden)]
+pub mod unreleased {}
7
+
8
/// ## Added
9
/// - [`Session::resume`]
10
/// - [`Session::resume_mux`]
11
/// - [`Session::leak`]
12
/// - [`Session::force_terminate`]
13
#[doc(hidden)]
-pub mod unreleased {}
14
+pub mod v0_9_3 {}
15
16
/// ## Changed
17
/// - Removed `impl From<OwnedFd> for Stdio` as it was an unintentional part of the public API.
0 commit comments