Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 28, 2023
1 parent 6f9a7a5 commit cec1538
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

0.6.0 / 2023-09-28
==================

* docs: better formatter-spec structure, lots of fixes everywhere
* docs: use mkdocs-numtide (#227)
* feat: clap integration (#214)
* feat: improve the formatter load error (#211)
* feat: more concise stats (#190)
* feat: replace custom log with env_logger (#199)
* feat: update rust to 1.65.0 (#193)
* fix: Don't ignore --config-file when using --stdin (#231)
* fix: change default log level to info (#212)
* fix: default log level should be 'Warn' not 'Off' (#207)
* fix: log formatter error as warn instead of info (#207)
* fix: minor typos (#248)
* fix: stop symlinked tree root being deref'd (#252)
* fix: treefmt --stdin when changes are moved into tempfile (#225)
* flake: expose the list of supported systems (#228)
* flake: make treefmt the default package
* flake: move treefmt.withConfig to a separate repo (#204)
* repo: switch default branch to main

0.5.0 / 2022-12-01
==================

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.5.0"
version = "0.6.0"
edition = "2018"
description = "one CLI to format your repo"
license = "MIT"
Expand Down

0 comments on commit cec1538

Please sign in to comment.