Skip to content

Commit e164559

Browse files
authored
Merge pull request #75 from openssh-rust/prepare-for-0.9.1-release
Prepare for 0.9.1 release
2 parents cd8f174 + 3b659d2 commit e164559

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
55
edition = "2021"
66
rust-version = "1.56.1"

src/changelog.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
///
6-
/// ## Added
7-
/// - [`Session::subsystem`]
85
#[doc(hidden)]
96
pub mod unreleased {}
107

8+
/// ## Added
9+
/// - [`Session::subsystem`]
10+
pub mod v0_9_1 {}
11+
1112
/// No changes since 0.9.0-rc4.
1213
pub mod v0_9_0 {}
1314

0 commit comments

Comments
 (0)