Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 952 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 952 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.1] - 2024-10-01

Fixed

  • Parse the new rustfmt file and line number format

    The format changed in rust-lang/rustfmt#5971

    Thanks to @0xcypher02 for pointing out the problem.

[1.1.0] - 2022-11-21

Added

  • Add the input manifest-path to set the --manifest-path argument of rustfmt. #1 This allows formatting any cargo project in the repository independent of the location.

[1.0.1] - 2022-10-13

Changed

[1.0.0] - 2022-07-19

Initial Version