Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 2, 2022
1 parent 591b299 commit 9f9d613
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

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.3.0"
version = "0.4.0"
edition = "2018"
description = "one CLI to format the code tree"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ quite tricky.
`$ treefmt --help`

```
treefmt 0.3.0
treefmt 0.4.0
✨ format all your language!
USAGE:
Expand Down

0 comments on commit 9f9d613

Please sign in to comment.