File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ 0.11.3] ( https://github.com/openssh-rust/openssh/compare/v0.11.2...v0.11.3 ) - 2024-11-06
10
20
11
21
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.11.3 "
3
+ version = " 0.11.4 "
4
4
authors = [
" Jon Gjengset <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.63.0"
You can’t perform that action at this time.
0 commit comments