Release v0.2.3

This commit is contained in:
zimbatm 2021-08-04 13:02:17 +02:00
parent d1bc82a353
commit f212b0ab7e
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,10 @@
0.2.3 / 2021-08-04
==================
* engine: skip over symlinks (#123)
* Support global excludes (#121)
0.2.2 / 2021-05-31
==================

2
Cargo.lock generated
View File

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

View File

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

View File

@ -38,9 +38,8 @@ quite tricky.
## Usage
`$ treefmt --help`
```
treefmt 0.2.2
treefmt 0.2.3
✨ format all your language!
USAGE: