Skip to content

Commit d50fb16

Browse files
committed
Release 0.9.8
1 parent e1efac5 commit d50fb16

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-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.7"
3+
version = "0.9.8"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
55
edition = "2021"
66
rust-version = "1.63.0"

src/changelog.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
55
///
6+
/// ## Added
7+
/// ## Changed
8+
/// ## Removed
9+
#[doc(hidden)]
10+
pub mod unreleased {}
11+
612
/// ## Added
713
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
814
/// - Add new fn `Stdio::from_raw_fd_owned`
@@ -12,9 +18,7 @@ use crate::*;
1218
/// - Mark `From<tokio_pipe::PipeWrite>` for `Stdio` as deprecated
1319
/// ## Fixed
1420
/// - [`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 {}
1822

1923
/// ## Changed
2024
/// - Bumped minimum version of `openssh-mux-client` to 0.15.1

0 commit comments

Comments
 (0)