Skip to content

Commit 11325c3

Browse files
chore: release v0.11.4 (#173)
1 parent 31bde68 commit 11325c3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.11.4](https://github.com/openssh-rust/openssh/compare/v0.11.3...v0.11.4) - 2024-11-27
10+
11+
### Fixed
12+
13+
- wait_with_output forget to close stdin ([#172](https://github.com/openssh-rust/openssh/pull/172))
14+
15+
### Other
16+
17+
- Bump codecov/codecov-action from 4 to 5 ([#169](https://github.com/openssh-rust/openssh/pull/169))
18+
919
## [0.11.3](https://github.com/openssh-rust/openssh/compare/v0.11.2...v0.11.3) - 2024-11-06
1020

1121
### Other

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.11.3"
3+
version = "0.11.4"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.63.0"

0 commit comments

Comments
 (0)