We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacc76d commit d6b3175Copy full SHA for d6b3175
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.10.2"
+version = "0.10.3"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.63.0"
src/changelog.rs
@@ -2,11 +2,13 @@
use crate::*;
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
-/// ## Changed
-/// - Removed dependency on MPL licensed dirs-sys in favor of local implementation
7
#[doc(hidden)]
8
pub mod unreleased {}
9
+/// ## Changed
+/// - Removed dependency on MPL licensed dirs-sys in favor of local implementation
10
+pub mod v0_10_3 {}
11
+
12
/// ## Changed
13
/// - Use `str::rfind` to locate the `@` in connection string in case the username contains `@`
14
pub mod v0_10_2 {}
0 commit comments