Skip to content

Commit 71ab126

Browse files
committed
Release v0.2.4
1 parent 948196a commit 71ab126

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.2.4 / 2021-08-14
3+
==================
4+
5+
* collect the mtime *after* formatting.
6+
27
0.2.3 / 2021-08-04
38
==================
49

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "treefmt"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2018"
55
description = "one CLI to format the code tree"
66
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ quite tricky.
4040
`$ treefmt --help`
4141

4242
```
43-
treefmt 0.2.3
43+
treefmt 0.2.4
4444
✨ format all your language!
4545
4646
USAGE:

0 commit comments

Comments
 (0)