File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.11.1] ( https://github.com/openssh-rust/openssh/compare/v0.11.0...v0.11.1 ) - 2024-09-08
10
+
11
+ ### Other
12
+
13
+ - Add optional tracing support to Session drop impl ([ #164 ] ( https://github.com/openssh-rust/openssh/pull/164 ) )
14
+ - Update openssh-sftp-client requirement from 0.14.0 to 0.15.0 ([ #159 ] ( https://github.com/openssh-rust/openssh/pull/159 ) )
15
+
9
16
## [ 0.11.0] ( https://github.com/openssh-rust/openssh/compare/v0.10.5...v0.10.6 ) - 2024-08-10
10
17
11
18
- Remove dep tokio-pipe (#156 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
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