From dec0b577bd4b9180c3183d1180f73e46837e7096 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Tue, 21 Jun 2022 10:55:28 -0700 Subject: [PATCH] release rustfmt-wrapper 0.2.0 --- CHANGELOG.adoc | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 07b0eb9..9af51ca 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,7 +13,11 @@ == Unreleased changes (release date TBD) -https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.1.0\...HEAD[Full list of commits] +https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.2.0\...HEAD[Full list of commits] + +== 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) diff --git a/Cargo.lock b/Cargo.lock index d2fde0c..7a2a4d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "rustfmt-wrapper" -version = "0.2.0-dev" +version = "0.2.0" dependencies = [ "newline-converter", "quote", diff --git a/Cargo.toml b/Cargo.toml index cb11aa1..d4ec4b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfmt-wrapper" -version = "0.2.0-dev" +version = "0.2.0" authors = ["Adam H. Leventhal "] edition = "2021" license = "Apache-2.0"