Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssh_format"
version = "0.14.1"
version = "0.14.2"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
Expand Down