diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9efb223 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [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 + +- Create release workflow with release-plz ([#26](https://github.com/openssh-rust/ssh_format/pull/26)) +- Bump actions/cache from 5 to 6 ([#24](https://github.com/openssh-rust/ssh_format/pull/24)) +- Bump actions/checkout from 6 to 7 ([#23](https://github.com/openssh-rust/ssh_format/pull/23)) +- Update itertools requirement from 0.14.0 to 0.15.0 ([#22](https://github.com/openssh-rust/ssh_format/pull/22)) +- Bump actions/cache from 4 to 5 ([#21](https://github.com/openssh-rust/ssh_format/pull/21)) +- Bump actions/checkout from 5 to 6 ([#20](https://github.com/openssh-rust/ssh_format/pull/20)) +- Bump actions/checkout from 4 to 5 ([#19](https://github.com/openssh-rust/ssh_format/pull/19)) +- Update generator requirement from 0.7 to 0.8 ([#18](https://github.com/openssh-rust/ssh_format/pull/18)) +- Update itertools requirement from 0.13.0 to 0.14.0 ([#17](https://github.com/openssh-rust/ssh_format/pull/17)) +- Update itertools requirement from 0.12.0 to 0.13.0 ([#13](https://github.com/openssh-rust/ssh_format/pull/13)) +- Bump actions/cache from 3 to 4 ([#11](https://github.com/openssh-rust/ssh_format/pull/11)) +- Update itertools requirement from 0.11.0 to 0.12.0 ([#10](https://github.com/openssh-rust/ssh_format/pull/10)) +- Bump actions/checkout from 3 to 4 ([#9](https://github.com/openssh-rust/ssh_format/pull/9)) +- Update itertools requirement from 0.10.5 to 0.11.0 ([#8](https://github.com/openssh-rust/ssh_format/pull/8)) diff --git a/Cargo.toml b/Cargo.toml index cea2963..890f621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh_format" -version = "0.14.1" +version = "0.14.2" edition = "2018" authors = ["Jiahao XU "]