Skip to content

Commit 42975b2

Browse files
committed
Bump to 0.9.7
1 parent f0988b7 commit 42975b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

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

src/changelog.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ use crate::*;
1010
#[doc(hidden)]
1111
pub mod unreleased {}
1212

13+
/// ## Changed
14+
/// - Bumped minimum version of `openssh-mux-client` to 0.15.1
15+
pub mod v0_9_7 {}
16+
1317
/// ## Added
1418
/// - [`SessionBuilder::jump_hosts`]
1519
pub mod v0_9_6 {}

0 commit comments

Comments
 (0)