mirror of
https://github.com/actions-rust-lang/rustfmt.git
synced 2025-12-27 01:54:20 -05:00
732 B
732 B
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.0] - 2022-11-21
Added
- Add the input
manifest-pathto set the--manifest-pathargument of rustfmt. #1 This allows formatting any cargo project in the repository independent of the location.
[1.0.1] - 2022-10-13
Changed
- Switch from set-output to $GITHUB_OUTPUT to avoid warning https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
[1.0.0] - 2022-07-19
Initial Version