Skip to content

Commit 07c47fb

Browse files
committed
Release 0.9.6
1 parent cf3a671 commit 07c47fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

src/changelog.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ use crate::*;
44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
55
///
66
/// ## Added
7-
/// - [`SessionBuilder::jump_hosts`]
7+
/// ## Changed
8+
/// ## Removed
89
#[doc(hidden)]
910
pub mod unreleased {}
1011

12+
/// ## Added
13+
/// - [`SessionBuilder::jump_hosts`]
14+
pub mod v0_9_6 {}
15+
1116
/// ## Added
1217
/// - `From<SocketAddr> for Socket<'static>`
1318
/// - `From<Cow<'a, Path>> for Socket<'a>`

0 commit comments

Comments
 (0)