:showtitle:
:toc: left
:icons: font
:toclevels: 1
= Rustfmt-wrapper Changelog
// WARNING: This file is modified programmatically by `cargo release` as
// configured in release.toml. DO NOT change the format of the headers or the
// list of raw commits.
// cargo-release: next header goes here (do not change this line)
== Unreleased changes (release date TBD)
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.2.1\...HEAD[Full list of commits]
== 0.2.1 (released 2023-10-23)
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.2.0\...v0.2.1[Full list of commits]
* Update dependencies
== 0.2.0 (released 2022-06-21)
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.1.0\...v0.2.0[Full list of commits]
* Added `rustfmt_config()` for greater flexibility (#1)
* Imported all stable and unstable `rustfmt` options (#1)
== 0.1.0 (released 2021-10-08)
First published version