Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrale-sharp committed Oct 21, 2023
1 parent a825606 commit b45cab0
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 53 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Latest

# Release 0.2.6

- remove header in stdout unless there is a panic
- Add a flag to print the path of the global config file
- If no config file exists, read a global configuration file
- Optimized show_all.sh and made it POSIX-compliant
- Removed "-config" from config file name
- remove trailing comma logic in math fmt
- compat add --stdout

# Release 0.2.5

- one less indent for trailing blocks
- prints "up to date" if the file wasn't changed
...


# Release 0.2.1#1817538
- adds conditional formatting, nested if else etc
- fix a bug where push_raw_indent was trimming lines
Expand Down
103 changes: 51 additions & 52 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["lib"]
resolver = "2"

[workspace.package]
version = "0.2.5"
version = "0.2.6"
edition = "2021"
authors = ["Astrale <[email protected]>"]
rust-version = "1.56"
Expand Down

0 comments on commit b45cab0

Please sign in to comment.