diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f66e4e..6c076e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +0.2.2 / 2021-05-31 +================== + + * print the executed formatters in debug mode + * customlog: remove emojis + 0.2.1 / 2021-05-08 ================== diff --git a/Cargo.lock b/Cargo.lock index cf3c156f..6eb20413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "treefmt" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index bd8ea045..e33a7190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "treefmt" -version = "0.2.1" +version = "0.2.2" edition = "2018" description = "one CLI to format the code tree" license = "MIT" diff --git a/README.md b/README.md index bd9b7ca2..b76f7e5c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ quite tricky. `$ treefmt --help` ``` -treefmt 0.2.1 +treefmt 0.2.2 ✨ format all your language! USAGE: