diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c076e77..45ce38ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/Cargo.lock b/Cargo.lock index 6eb20413..a53ba8cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "treefmt" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "console", diff --git a/Cargo.toml b/Cargo.toml index e33a7190..a33192bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 6fb28bf5..0151de0d 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,8 @@ quite tricky. ## Usage `$ treefmt --help` - ``` -treefmt 0.2.2 +treefmt 0.2.3 ✨ format all your language! USAGE: