From de229ce3a9acea6aaf96b55960d4a549b0ac100f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Wed, 20 Dec 2023 23:44:06 +1100 Subject: [PATCH] Release openssh v0.10.2 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- src/changelog.rs | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47c87124a..28d8f0710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.10.1" +version = "0.10.2" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0" diff --git a/src/changelog.rs b/src/changelog.rs index 37c8caada..c94225f18 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -5,6 +5,10 @@ use crate::*; #[doc(hidden)] pub mod unreleased {} +/// ## Changed +/// - Use `str::rfind` to locate the `@` in connection string in case the username contains `@` +pub mod v0_10_2 {} + /// ## Added /// - Add new fns [`Session::arc_command`], [`Session::arc_raw_command`], /// [`Session::to_command`], and [`Session::to_raw_command`] to support