Skip to content

Commit d659d21

Browse files
committed
Release rc4 as 0.9.0
1 parent 729fe31 commit d659d21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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-rc.4"
3+
version = "0.9.0"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
55
edition = "2021"
66
rust-version = "1.56.1"

src/changelog.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ use crate::*;
55
#[doc(hidden)]
66
pub mod unreleased {}
77

8+
/// No changes since 0.9.0-rc4.
9+
pub mod v0_9_0 {}
10+
811
/// ## Fixed
912
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
1013
/// implementation for [`ChildStdin`].

0 commit comments

Comments
 (0)