From 216e78f19e8206fc3aa5984ab6ce12caf8c09f01 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 14 Oct 2023 14:30:31 +0200 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7259ab..54d8d802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +0.6.1 / 2023-10-14 +================== + + * fix: restore default loglevel to INFO + * docs: fix inconsistent `includes` documentation (#249) + * chore: add tests for the engine + * refactor: add Statistics struct + * refactor: extract certain methods + 0.6.0 / 2023-09-28 ================== diff --git a/Cargo.toml b/Cargo.toml index b7c6ed15..fb6f441e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "treefmt" -version = "0.6.0" +version = "0.6.1" edition = "2018" description = "one CLI to format your repo" license = "MIT"