Skip to content

Commit

Permalink
Release openssh v0.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Dec 20, 2023
1 parent 4b49d36 commit de229ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh"
version = "0.10.1"
version = "0.10.2"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand Down
4 changes: 4 additions & 0 deletions src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de229ce

Please sign in to comment.