Skip to content

Commit 729fe31

Browse files
committed
Release v0.9.0-rc.4
1 parent 325b7ef commit 729fe31

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.0-rc.3"
3+
version = "0.9.0-rc.4"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
55
edition = "2021"
66
rust-version = "1.56.1"

src/changelog.rs

Lines changed: 4 additions & 3 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
/// ## Fixed
79
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
810
/// implementation for [`ChildStdin`].
@@ -21,8 +23,7 @@ use crate::*;
2123
/// - Make [`Session::check`] available only on unix.
2224
/// - Make [`Socket::UnixSocket`] available only on unix.
2325
/// - Make [`SessionBuilder::control_directory`] available only on unix.
24-
#[doc(hidden)]
25-
pub mod unreleased {}
26+
pub mod v0_9_0_rc4 {}
2627

2728
/// ## Fixed
2829
/// - Fixed changelog entry for rc2 not being visible

0 commit comments

Comments
 (0)