Release v0.2.1

This commit is contained in:
zimbatm 2021-05-08 20:31:01 +02:00
parent c70100ee00
commit 5f16a36e63
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
4 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,9 @@
0.2.1 / 2021-05-08
==================
* change default loglevel to INFO (#109)
0.2.0 / 2021-05-07
==================

2
Cargo.lock generated
View File

@ -973,7 +973,7 @@ dependencies = [
[[package]]
name = "treefmt"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow",
"console",

View File

@ -1,6 +1,6 @@
[package]
name = "treefmt"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
description = "one CLI to format the code tree"
license = "MIT"

View File

@ -37,10 +37,10 @@ quite tricky.
## Usage
`$ cargo run -- --help`
`$ treefmt --help`
```
treefmt 0.2.0
treefmt 0.2.1
✨ format all your language!
USAGE: