We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fc969 commit 67ccb9eCopy full SHA for 67ccb9e
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.11.2](https://github.com/openssh-rust/openssh/compare/v0.11.1...v0.11.2) - 2024-09-10
10
+
11
+### Other
12
13
+- Closing an existing port forward ([#165](https://github.com/openssh-rust/openssh/pull/165))
14
15
## [0.11.1](https://github.com/openssh-rust/openssh/compare/v0.11.0...v0.11.1) - 2024-09-08
16
17
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.11.1"
+version = "0.11.2"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2021"
rust-version = "1.63.0"
0 commit comments