Skip to content

Commit

Permalink
chore: release v0.11.4 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
1 parent 31bde68 commit 11325c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.4](https://github.com/openssh-rust/openssh/compare/v0.11.3...v0.11.4) - 2024-11-27

### Fixed

- wait_with_output forget to close stdin ([#172](https://github.com/openssh-rust/openssh/pull/172))

### Other

- Bump codecov/codecov-action from 4 to 5 ([#169](https://github.com/openssh-rust/openssh/pull/169))

## [0.11.3](https://github.com/openssh-rust/openssh/compare/v0.11.2...v0.11.3) - 2024-11-06

### Other
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.3"
version = "0.11.4"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit 11325c3

Please sign in to comment.