Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Dec 17, 2021
1 parent dd00a09 commit 871b10d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

0.3.0 / 2021-12-17
==================

* formatter: noop on zero args
* treefmt.toml: add shellcheck example
* doc: add inline script example
* Handle the case where no formatter match path for stdin (#138)
* Trade in naersk for a newer version of nixpkgs (#134)
* Add meta.description to play nicely with devshell menu (#132)
* allow config files to be independent from worktree location (#131)
* display round ms

0.2.6 / 2021-08-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.6"
version = "0.3.0"
edition = "2018"
description = "one CLI to format the code tree"
license = "MIT"
Expand Down
13 changes: 7 additions & 6 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.6
treefmt 0.3.0
✨ format all your language!
USAGE:
Expand All @@ -57,10 +56,12 @@ FLAGS:
-v, --verbose Log verbosity is based off the number of v used
OPTIONS:
--tree-root <tree-root> Set the path to the tree root directory. Defaults to the folder holding the
treefmt.toml file
-C <work-dir> Run as if treefmt was started in <work-dir> instead of the current working directory
[default: .]
--config-file <config-file> Run with the specified config file, which is not required to be in the tree to be
formatted
--tree-root <tree-root> Set the path to the tree root directory. Defaults to the folder holding the
treefmt.toml file
-C <work-dir> Run as if treefmt was started in <work-dir> instead of the current working
directory [default: .]
ARGS:
<paths>... Paths to format. Defaults to formatting the whole tree
Expand Down

0 comments on commit 871b10d

Please sign in to comment.