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.
2 parents cd8f174 + 3b659d2 commit e164559Copy full SHA for e164559
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.0"
+version = "0.9.1"
4
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5
edition = "2021"
6
rust-version = "1.56.1"
src/changelog.rs
@@ -2,12 +2,13 @@
use crate::*;
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
-///
-/// ## Added
7
-/// - [`Session::subsystem`]
8
#[doc(hidden)]
9
pub mod unreleased {}
10
+/// ## Added
+/// - [`Session::subsystem`]
+pub mod v0_9_1 {}
11
+
12
/// No changes since 0.9.0-rc4.
13
pub mod v0_9_0 {}
14
0 commit comments