Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 8, 2021
1 parent c70100e commit 5f16a36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.2.1 / 2021-05-08
==================

* change default loglevel to INFO (#109)

0.2.0 / 2021-05-07
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0"
version = "0.2.1"
edition = "2018"
description = "one CLI to format the code tree"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f16a36

Please sign in to comment.