File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.9.0-rc.2 "
3
+ version = " 0.9.0-rc.3 "
4
4
authors = [" Jon Gjengset <jon@thesquareplanet.com>" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56.1"
Original file line number Diff line number Diff line change 2
2
use crate :: * ;
3
3
4
4
/// 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
+
6
12
/// ## Fixed
7
13
/// - Fixed crate level doc
8
14
///
@@ -22,8 +28,7 @@ use crate::*;
22
28
/// - Type `Mode`.
23
29
/// - Type `RemoteFile`.
24
30
/// - Associated function `Session::sftp`.
25
- #[ doc( hidden) ]
26
- pub mod unreleased { }
31
+ pub mod v0_9_0_rc2 { }
27
32
28
33
/// ## Added
29
34
/// - Feature flag `native-mux`, an alternative backend that communicates
You can’t perform that action at this time.
0 commit comments