PackageTrack
Sign in Get early access

clap-verbosity-flag

Easily add a `--verbose` flag to CLIs using Clap

3.0.4 17M downloads/mo #2260 most downloaded on crates.io clap-rs/clap-verbosity-flag

What this package is like to depend on

Last release 1 years ago

19 Aug 2025

Release timing varies

gaps range from 1 weeks to 7 months

Nearly every release is documented

notes for 22 of 23 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

24 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

24 releases · May 2018 to Aug 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. 3.0.4 19 Aug 2025
    Release notes

    chore: Release clap-verbosity-flag version 3.0.4

    Open source →
    Release notes

    Features

    • Add serde feature for when mixing CLI and config
    • Add comparison operators to types
    • Add conversions between Verbosity and VerbosityFilter
    Open source →
  2. 3.0.3 20 May 2025
    Release notes

    chore: Release clap-verbosity-flag version 3.0.3

    Open source →
  3. 3.0.2 16 Dec 2024
    Release notes

    chore: Release clap-verbosity-flag version 3.0.2

    Open source →
    Release notes

    Features

    • Add a Copy impl to Verbosity
    Open source →
  4. 3.0.1 26 Nov 2024
    Release notes

    chore: Release clap-verbosity-flag version 3.0.1

    Open source →
    Release notes

    Features

    • Add impl From<Verbosity> for logging level and level-filter types
    Open source →
  5. 3.0.0 20 Nov 2024
    Release notes

    chore: Release clap-verbosity-flag version 3.0.0

    Open source →
    Release notes

    Breaking Changes

    • Log support put behind the default log feature
    • LogLevel::default renamed to LogLevel::default_filter and now returns VerbosityFilter
    • Level and LevelFilter are moved into the log mod

    Features

    • Add tracing feature with Verbosity::tracing_level and Verbosity::tracing_level_filter
    Open source →
  6. 2.2.3 16 Nov 2024
    Release notes

    chore: Release clap-verbosity-flag version 2.2.3

    Open source →
    Release notes

    Features

    • Add DebugLevel and TraceLevel for exploratory programming
    Open source →
  7. 2.2.2 26 Sep 2024
    Release notes

    chore: Release clap-verbosity-flag version 2.2.2

    Open source →
    Release notes

    Fixes

    • Resolve overflow issues
    Open source →
  8. 2.2.1 25 Jul 2024
    Release notes

    chore: Release clap-verbosity-flag version 2.2.1

    Open source →
    Release notes

    Compatibility

    • Raised MSRV to 1.74
    Open source →
  9. 2.2.0 14 Feb 2024
    Release notes

    chore: Release clap-verbosity-flag version 2.2.0

    Open source →
    Release notes

    Compatibility

    • Raised MSRV to 1.73

    Features

    • Add is_present() to see if one of the flags is present on the command-line
    Open source →
  10. 2.1.2 16 Jan 2024
    Release notes

    chore: Release clap-verbosity-flag version 2.1.2

    Open source →
    Release notes

    Fixes

    • Don't pollute the CLIs help
    Open source →
  11. 2.1.1 15 Dec 2023
    Release notes

    Fixes

    • Tried to clarify help output for -v / -q

    Documentation

    • Tried to clarify role of LogLevel trait
    Open source →
  12. 2.1.0 23 Oct 2023
    Release notes

    Compatibility

    • Raised MSRV to 1.70.0

    Features

    • Implement Default
    Open source →
  13. 2.0.1 31 Mar 2023
    Release notes

    Features

    • Re-export enums from log
    Open source →
  14. 2.0.0 28 Sep 2022
    Release notes

    Breaking Changes

    • Upgraded to clap v4

    Compatibility

    • Raised MSRV to 1.60.0
    Open source →
  15. 1.0.1 13 Jun 2022
    Release notes

    Fixes

    • Clarify relationship with log
    Open source →
  16. 1.0.0 09 Feb 2022
    Release notes

    Breaking Changes

    • set_defaulthas been removed in favor of being generic over LogLevel.
    • --verbose and --quiet are now global

    Features

    • Allow customizing help text

    Fixes

    • --verbose and --quiet are now global
    Open source →
  17. 0.4.1 27 Jan 2022
    Release notes

    Features

    • Added log_level_filter for convenience

    Fixes

    • Display now shows the combination of quiet and verbose
    • Improved examples in documentation
    Open source →
  18. 0.4.0 31 Dec 2021
    Release notes

    Breaking Changes

    • Upgraded to clap3
    Open source →
  19. 0.3.2 07 Aug 2021
    Release notes

    Added

    • Allow instantiating the struct
    Open source →
  20. 0.3.1 16 Jan 2020
    Release notes

    Fixed

    • Workaround bug in structopt causing clap-verbosity-flags doc-comment to win out over the caller's
    Open source →
  21. 0.3.0 17 Oct 2019
    Release notes

    Added

    • Support .set_default_level() for configuring the default level
    • --quiet is now supported
    • Support Logging being disabled via None

    Breaking Changes

    • structopt 0.3 is now required
    • Removed setuop_env_logger. requiring you to configure the logger yourself.
    • --verbosiy changed to --verbose
    • log_level now returns an Option with the intention that None means no user-visible outpiut (including logging)
    Open source →
  22. 0.3.0-alpha.0 17 Oct 2019 pre-release

    Nothing published for this version

  23. 0.2.0 06 Aug 2018
    Release notes

    <!-- next-url --> [Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.4...HEAD [3.0.4]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.3...v3.0.4 [3.0.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.3...v3.0.0 [2.2.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.4.1...v1.0.0 [0.4.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/0.2.0...v0.3.0 [0.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v0.1.0...0.2.0

    Open source →
  24. 0.1.0 29 May 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive