Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Oct 5, 2023
1 parent 1c46583 commit 659f0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Only show toolchain list once when using `--installed` [#88](https://github.com/holmgr/cargo-sweep/pull/88)
- Support multiple projects as input via CLI [#101](https://github.com/holmgr/cargo-sweep/pull/101)
- Add a `TRACE` log level enabled by two `--verbose` flags [#113](https://github.com/holmgr/cargo-sweep/pull/113)
- Tell user when `--recursive` is busy traversing directories [#120](https://github.com/holmgr/cargo-sweep/pull/120)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion tests/usage-long.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Options:
-s, --stamp Store timestamp file at the given path, is used by file option
-t, --time <DAYS> Number of days backwards to keep
--toolchains <TOOLCHAINS> Toolchains currently installed by rustup that should have their artifacts kept
-v, --verbose Turn verbose information on
-v, --verbose... Enable DEBUG logs (use twice for TRACE logs)
-h, --help Print help
-V, --version Print version

Expand Down

0 comments on commit 659f0d2

Please sign in to comment.