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 cf3a671 commit 07c47fbCopy full SHA for 07c47fb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.5"
+version = "0.9.6"
4
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5
edition = "2021"
6
rust-version = "1.56.1"
src/changelog.rs
@@ -4,10 +4,15 @@ use crate::*;
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
///
/// ## Added
7
-/// - [`SessionBuilder::jump_hosts`]
+/// ## Changed
8
+/// ## Removed
9
#[doc(hidden)]
10
pub mod unreleased {}
11
12
+/// ## Added
13
+/// - [`SessionBuilder::jump_hosts`]
14
+pub mod v0_9_6 {}
15
+
16
17
/// - `From<SocketAddr> for Socket<'static>`
18
/// - `From<Cow<'a, Path>> for Socket<'a>`
0 commit comments