Skip to content

Commit 94b63e6

Browse files
chore: release (#160)
1 parent 1c25749 commit 94b63e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

77
## [Unreleased]
88

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+
916
## [0.11.0](https://github.com/openssh-rust/openssh/compare/v0.10.5...v0.10.6) - 2024-08-10
1017

1118
- Remove dep tokio-pipe (#156)

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

0 commit comments

Comments
 (0)