Release v0.4.0

This commit is contained in:
zimbatm 2022-05-02 20:11:58 +02:00
parent 591b299fda
commit 9f9d61344c
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
4 changed files with 20 additions and 3 deletions

View File

@ -1,4 +1,21 @@
0.4.0 / 2022-05-02
==================
* Cargo update (#158)
* cli: add --no-cache option (#157)
* cache: also track file sizes (#155)
* build(deps): bump actions/download-artifact from 2 to 3 (#152)
* build(deps): bump actions/upload-artifact from 2 to 3 (#151)
* build(deps): bump cachix/install-nix-action from 16 to 17 (#150)
* build(deps): bump actions/cache from 2 to 3 (#148)
* README: link to wiki (#147)
* build(deps): bump actions/checkout from 2 to 3 (#146)
* website: remove landing page (#145)
* Update rust.yml
* nix: add mdsh to the devenv
* treefmt.toml: fix shell invocation
0.3.0 / 2021-12-17
==================

2
Cargo.lock generated
View File

@ -856,7 +856,7 @@ dependencies = [
[[package]]
name = "treefmt"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"anyhow",
"console",

View File

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

View File

@ -40,7 +40,7 @@ quite tricky.
`$ treefmt --help`
```
treefmt 0.3.0
treefmt 0.4.0
✨ format all your language!
USAGE: