Skip to content

Commit 102245f

Browse files
committed
Release 0.9.2
1 parent 57e33a4 commit 102245f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.1"
3+
version = "0.9.2"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56.1"

src/changelog.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ use crate::*;
55
#[doc(hidden)]
66
pub mod unreleased {}
77

8+
/// ## Changed
9+
/// - Removed `impl From<OwnedFd> for Stdio` as it was an unintentional part of the public API.
10+
/// This is technically a breaking change, but should in practice affect no-one.
11+
pub mod v0_9_2 {}
12+
813
/// ## Added
914
/// - [`Session::subsystem`]
1015
pub mod v0_9_1 {}

0 commit comments

Comments
 (0)