Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Oct 14, 2023
1 parent cd6e899 commit 216e78f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 216e78f

Please sign in to comment.