Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 3, 2022
1 parent 39078aa commit e7918e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.4.1 / 2022-05-03
==================

Fixing the release process

* ci: remove FreeBSD release
* ci: fix the macOS release
* ci: remove unnecessary cache

0.4.0 / 2022-05-02
==================

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.4.0"
version = "0.4.1"
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.4.0
treefmt 0.4.1
✨ format all your language!
USAGE:
Expand Down

0 comments on commit e7918e9

Please sign in to comment.