From 96dd8b9e86c331abbd7d993e1d6464b073230833 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:27:05 +0000 Subject: [PATCH] chore: release v0.11.6 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29660f2..ac633e79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.6](https://github.com/openssh-rust/openssh/compare/v0.11.5...v0.11.6) - 2025-12-03 + +### Fixed + +- encoding of IPv6 addresses in `impl From for Socket` ([#179](https://github.com/openssh-rust/openssh/pull/179)) + ## [0.11.5](https://github.com/openssh-rust/openssh/compare/v0.11.4...v0.11.5) - 2025-01-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index eff226f3d..71840491b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.5" +version = "0.11.6" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"