Skip to content

Commit ee50b05

Browse files
committed
Release rc3 for 0.9.0 with changelog for rc2 fixed
1 parent f96663e commit ee50b05

File tree

2 files changed

+9
-4
lines changed

2 files changed

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

src/changelog.rs

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

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
///
5+
#[doc(hidden)]
6+
pub mod unreleased {}
7+
8+
/// ## Fixed
9+
/// - Fixed changelog entry for rc2 not being visible
10+
pub mod v0_9_0_rc3 {}
11+
612
/// ## Fixed
713
/// - Fixed crate level doc
814
///
@@ -22,8 +28,7 @@ use crate::*;
2228
/// - Type `Mode`.
2329
/// - Type `RemoteFile`.
2430
/// - Associated function `Session::sftp`.
25-
#[doc(hidden)]
26-
pub mod unreleased {}
31+
pub mod v0_9_0_rc2 {}
2732

2833
/// ## Added
2934
/// - Feature flag `native-mux`, an alternative backend that communicates

0 commit comments

Comments
 (0)