Skip to content

Commit d6b3175

Browse files
authored
Release openssh v0.10.3 (#143)
Signed-off-by: Jiahao XU <[email protected]>
1 parent bacc76d commit d6b3175

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.63.0"

Diff for: src/changelog.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
/// ## Changed
6-
/// - Removed dependency on MPL licensed dirs-sys in favor of local implementation
75
#[doc(hidden)]
86
pub mod unreleased {}
97

8+
/// ## Changed
9+
/// - Removed dependency on MPL licensed dirs-sys in favor of local implementation
10+
pub mod v0_10_3 {}
11+
1012
/// ## Changed
1113
/// - Use `str::rfind` to locate the `@` in connection string in case the username contains `@`
1214
pub mod v0_10_2 {}

0 commit comments

Comments
 (0)