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 9dd2d82 commit 349fd37Copy full SHA for 349fd37
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.4"
+version = "0.9.5"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.56.1"
src/changelog.rs
@@ -2,7 +2,9 @@
use crate::*;
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
-///
+#[doc(hidden)]
+pub mod unreleased {}
7
+
8
/// ## Added
9
/// - `From<SocketAddr> for Socket<'static>`
10
/// - `From<Cow<'a, Path>> for Socket<'a>`
@@ -18,7 +20,7 @@ use crate::*;
18
20
/// to make it much easier to use.
19
21
/// - [`Socket::new`] now returns `Socket<'static>`
22
#[doc(hidden)]
-pub mod unreleased {}
23
+pub mod v0_9_5 {}
24
25
26
/// - [`Session::resume`]
0 commit comments