Skip to content

Commit

Permalink
chore: release (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2024
1 parent 1c25749 commit 94b63e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1](https://github.com/openssh-rust/openssh/compare/v0.11.0...v0.11.1) - 2024-09-08

### Other

- Add optional tracing support to Session drop impl ([#164](https://github.com/openssh-rust/openssh/pull/164))
- Update openssh-sftp-client requirement from 0.14.0 to 0.15.0 ([#159](https://github.com/openssh-rust/openssh/pull/159))

## [0.11.0](https://github.com/openssh-rust/openssh/compare/v0.10.5...v0.10.6) - 2024-08-10

- Remove dep tokio-pipe (#156)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh"
version = "0.11.0"
version = "0.11.1"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit 94b63e6

Please sign in to comment.