Skip to content

Commit dec0b57

Browse files
committed
release rustfmt-wrapper 0.2.0
1 parent 6ef4bd3 commit dec0b57

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313

1414
== Unreleased changes (release date TBD)
1515

16-
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.1.0\...HEAD[Full list of commits]
16+
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.2.0\...HEAD[Full list of commits]
17+
18+
== 0.2.0 (released 2022-06-21)
19+
20+
https://github.com/oxidecomputer/rustfmt-wrapper/compare/v0.1.0\...v0.2.0[Full list of commits]
1721

1822
* Added `rustfmt_config()` for greater flexibility (#1)
1923
* Imported all stable and unstable `rustfmt` options (#1)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfmt-wrapper"
3-
version = "0.2.0-dev"
3+
version = "0.2.0"
44
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)