Skip to content

Commit 349fd37

Browse files
committed
Release 0.9.5
1 parent 9dd2d82 commit 349fd37

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.4"
3+
version = "0.9.5"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56.1"

src/changelog.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
///
5+
#[doc(hidden)]
6+
pub mod unreleased {}
7+
68
/// ## Added
79
/// - `From<SocketAddr> for Socket<'static>`
810
/// - `From<Cow<'a, Path>> for Socket<'a>`
@@ -18,7 +20,7 @@ use crate::*;
1820
/// to make it much easier to use.
1921
/// - [`Socket::new`] now returns `Socket<'static>`
2022
#[doc(hidden)]
21-
pub mod unreleased {}
23+
pub mod v0_9_5 {}
2224

2325
/// ## Added
2426
/// - [`Session::resume`]

0 commit comments

Comments
 (0)