We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0988b7 commit 42975b2Copy full SHA for 42975b2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.6"
+version = "0.9.7"
4
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5
edition = "2021"
6
rust-version = "1.63.0"
src/changelog.rs
@@ -10,6 +10,10 @@ use crate::*;
10
#[doc(hidden)]
11
pub mod unreleased {}
12
13
+/// ## Changed
14
+/// - Bumped minimum version of `openssh-mux-client` to 0.15.1
15
+pub mod v0_9_7 {}
16
+
17
/// ## Added
18
/// - [`SessionBuilder::jump_hosts`]
19
pub mod v0_9_6 {}
0 commit comments