File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.9.7 "
3
+ version = " 0.9.8 "
4
4
authors = [" Jon Gjengset <jon@thesquareplanet.com>" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.63.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ use crate::*;
3
3
4
4
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5
5
///
6
+ /// ## Added
7
+ /// ## Changed
8
+ /// ## Removed
9
+ #[ doc( hidden) ]
10
+ pub mod unreleased { }
11
+
6
12
/// ## Added
7
13
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
8
14
/// - Add new fn `Stdio::from_raw_fd_owned`
@@ -12,9 +18,7 @@ use crate::*;
12
18
/// - Mark `From<tokio_pipe::PipeWrite>` for `Stdio` as deprecated
13
19
/// ## Fixed
14
20
/// - [`wait_with_output` + `native-mux` cuts off stdout output](https://github.com/openssh-rust/openssh/issues/103)
15
- /// ## Removed
16
- #[ doc( hidden) ]
17
- pub mod unreleased { }
21
+ pub mod v0_9_8 { }
18
22
19
23
/// ## Changed
20
24
/// - Bumped minimum version of `openssh-mux-client` to 0.15.1
You can’t perform that action at this time.
0 commit comments