Skip to content

Commit 9a24507

Browse files
committed
Release 0.9.3
1 parent 6495401 commit 9a24507

File tree

2 files changed

+5
-3
lines changed

2 files changed

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

src/changelog.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
///
5+
#[doc(hidden)]
6+
pub mod unreleased {}
7+
68
/// ## Added
79
/// - [`Session::resume`]
810
/// - [`Session::resume_mux`]
911
/// - [`Session::leak`]
1012
/// - [`Session::force_terminate`]
1113
#[doc(hidden)]
12-
pub mod unreleased {}
14+
pub mod v0_9_3 {}
1315

1416
/// ## Changed
1517
/// - Removed `impl From<OwnedFd> for Stdio` as it was an unintentional part of the public API.

0 commit comments

Comments
 (0)