From 9cebd9017738603ba4da662469f430dc7e67d306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:03:31 +0000 Subject: [PATCH] chore(ssh_format): release v0.14.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efb223..d50ee7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.3](https://github.com/openssh-rust/ssh_format/compare/ssh_format-v0.14.2...ssh_format-v0.14.3) - 2026-09-14 + +### Other + +- Bump actions/checkout from 6 to 7 ([#28](https://github.com/openssh-rust/ssh_format/pull/28)) + ## [0.14.2](https://github.com/openssh-rust/ssh_format/compare/ssh_format-v0.14.1...ssh_format-v0.14.2) - 2026-09-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 890f621..0894082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh_format" -version = "0.14.2" +version = "0.14.3" edition = "2018" authors = ["Jiahao XU "]