Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Aug 4, 2021
1 parent d1bc82a commit f212b0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

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.2"
version = "0.2.3"
edition = "2018"
description = "one CLI to format the code tree"
license = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ quite tricky.
## Usage

`$ treefmt --help`

```
treefmt 0.2.2
treefmt 0.2.3
✨ format all your language!
USAGE:
Expand Down

0 comments on commit f212b0a

Please sign in to comment.