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 "]