From 0d9dd60bf310bb00f874abac317ce5cf27b5fc97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:15:19 +0000 Subject: [PATCH] chore: release v0.11.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f233b4412..fa96db802 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.3](https://github.com/openssh-rust/openssh/compare/v0.11.2...v0.11.3) - 2024-11-06 + +### Other + +- Update thiserror requirement from 1.0.30 to 2.0.0 ([#167](https://github.com/openssh-rust/openssh/pull/167)) + ## [0.11.2](https://github.com/openssh-rust/openssh/compare/v0.11.1...v0.11.2) - 2024-09-10 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8be050404..620d62425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.2" +version = "0.11.3" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"