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"