rust-cli/anstyle
### [`v0.2.6`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.5...anstream-v0.2.6)
[Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.5...anstream-v0.2.6)
### [`v0.2.5`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.4...anstream-v0.2.5)
[Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.4...anstream-v0.2.5)
### [`v0.2.4`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.3...anstream-v0.2.4)
[Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.3...anstream-v0.2.4)
clap-rs/clap
### [`v4.2.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#421---2023-03-28)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.2.0...v4.2.1)
##### Fixes
- Don't highlight uninteresting parts of the error message
### [`v4.2.0`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#420---2023-03-28)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.14...v4.2.0)
##### Compatibility
- Removed the languishing `unstable-replace` feature (open to discussion at [#2836](https://togithub.com/clap-rs/clap/issues/2836))
- Removed the stablized `unstable-grouped` feature
##### Features
- Allow any `StyledStr` to accept text styled with ANSI escape codes
- Respect `CLICOLOR`, `CLICOLOR_FORCE`
##### Fixes
- Lighten the tone for "unexpected argument" errors (open to discussion at [#4638](https://togithub.com/clap-rs/clap/issues/4638))
### [`v4.1.14`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4114---2023-03-28)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.13...v4.1.14)
##### Features
- *(derive)* `#[group]` raw attribute support
##### Performance
- *(derive)* `clap_builder` was pulled out of `clap` so it could build in parallel to `clap_derive`
- `os_str_bytes` dependency was removed for faster builds and smaller binaries
### [`v4.1.13`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4113---2023-03-18)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.12...v4.1.13)
##### Performance
- Reduce repeated alloc calls when building a `Command`
- Reduce duplicate dependencies for faster builds
### [`v4.1.12`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4112---2023-03-18)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.11...v4.1.12)
##### Internal
- *(derive)* Update to `syn` v2
##### Performance
- *(derive)* Faster build times by dropping `proc-macro-error` dependency
### [`v4.1.11`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4111---2023-03-17)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.10...v4.1.11)
##### Internal
- Update `bitflags`
### [`v4.1.10`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4110---2023-03-17)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.9...v4.1.10)
##### Fixes
- *(help)* On Windows, avoid underlined text artifacts
### [`v4.1.9`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#419---2023-03-16)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.8...v4.1.9)
##### Fixes
- *(assert)* Improve the assert when using the wrong action with `get_count` / `get_flag`
### [`v4.1.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#418---2023-02-27)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.7...v4.1.8)
##### Fixes
- *(derive)* Don't `deny` lints on the users behalf
### [`v4.1.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#417---2023-02-27)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.6...v4.1.7)
##### Fixes
- *(derive)* Hide some nightly clippy warnings
### [`v4.1.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#416---2023-02-15)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.5...v4.1.6)
##### Fixes
- *(help)* Don't show long help for `--help` just because hidden possible values include a description
### [`v4.1.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#415---2023-02-15)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.4...v4.1.5)
##### Fixes
- *(help)* Don't show long help for `--help` just because a hidden arg has a possible value with a description
### [`v4.1.4`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#414---2023-01-24)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.3...v4.1.4)
##### Fixes
- *(help)* Respect `disable_colored_help` when using `arg_required_else_help`
##### Performance
- Speed up compiling `arg!` macro
### [`v4.1.3`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#413---2023-01-23)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.2...v4.1.3)
##### Fixes
- *(error)* Improve suggested flag/value/subcommand when two share a long preifx
- *(error)* When suggesting one of several subcommands, use the plural `subcommands`, rather than `subcommand`
### [`v4.1.2`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#412---2023-01-23)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.1...v4.1.2)
##### Fixes
- In documentation, refer to `get_flag`, rather than `get_one::`
### [`v4.1.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4114---2023-03-28)
[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.0...v4.1.1)
##### Features
- *(derive)* `#[group]` raw attribute support
##### Performance
- *(derive)* `clap_builder` was pulled out of `clap` so it could build in parallel to `clap_derive`
- `os_str_bytes` dependency was removed for faster builds and smaller binaries
rust-cli/human-panic
### [`v1.1.3`](https://togithub.com/rust-cli/human-panic/blob/HEAD/CHANGELOG.md#113---2023-03-16)
[Compare Source](https://togithub.com/rust-cli/human-panic/compare/v1.1.2...v1.1.3)
##### Internal
- Dependency update
### [`v1.1.2`](https://togithub.com/rust-cli/human-panic/blob/HEAD/CHANGELOG.md#112---2023-03-14)
[Compare Source](https://togithub.com/rust-cli/human-panic/compare/v1.1.1...v1.1.2)
##### Compatibility
- Update MSRV to 1.64.0
##### Fixes
- Correctly handle `CLICOLOR=1`
- Correctly handle `NO_COLOR=`
- Auto-enable color for CI
- Update a macro to use `$crate`
Configuration
š Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.2.0
->0.2.6
0.3.0
->0.3.5
4.1
->4.2
1.1.1
->1.1.3
Release Notes
rust-cli/anstyle
### [`v0.2.6`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.5...anstream-v0.2.6) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.5...anstream-v0.2.6) ### [`v0.2.5`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.4...anstream-v0.2.5) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.4...anstream-v0.2.5) ### [`v0.2.4`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.3...anstream-v0.2.4) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.2.3...anstream-v0.2.4)clap-rs/clap
### [`v4.2.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#421---2023-03-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.2.0...v4.2.1) ##### Fixes - Don't highlight uninteresting parts of the error message ### [`v4.2.0`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#420---2023-03-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.14...v4.2.0) ##### Compatibility - Removed the languishing `unstable-replace` feature (open to discussion at [#2836](https://togithub.com/clap-rs/clap/issues/2836)) - Removed the stablized `unstable-grouped` feature ##### Features - Allow any `StyledStr` to accept text styled with ANSI escape codes - Respect `CLICOLOR`, `CLICOLOR_FORCE` ##### Fixes - Lighten the tone for "unexpected argument" errors (open to discussion at [#4638](https://togithub.com/clap-rs/clap/issues/4638)) ### [`v4.1.14`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4114---2023-03-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.13...v4.1.14) ##### Features - *(derive)* `#[group]` raw attribute support ##### Performance - *(derive)* `clap_builder` was pulled out of `clap` so it could build in parallel to `clap_derive` - `os_str_bytes` dependency was removed for faster builds and smaller binaries ### [`v4.1.13`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4113---2023-03-18) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.12...v4.1.13) ##### Performance - Reduce repeated alloc calls when building a `Command` - Reduce duplicate dependencies for faster builds ### [`v4.1.12`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4112---2023-03-18) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.11...v4.1.12) ##### Internal - *(derive)* Update to `syn` v2 ##### Performance - *(derive)* Faster build times by dropping `proc-macro-error` dependency ### [`v4.1.11`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4111---2023-03-17) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.10...v4.1.11) ##### Internal - Update `bitflags` ### [`v4.1.10`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4110---2023-03-17) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.9...v4.1.10) ##### Fixes - *(help)* On Windows, avoid underlined text artifacts ### [`v4.1.9`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#419---2023-03-16) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.8...v4.1.9) ##### Fixes - *(assert)* Improve the assert when using the wrong action with `get_count` / `get_flag` ### [`v4.1.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#418---2023-02-27) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.7...v4.1.8) ##### Fixes - *(derive)* Don't `deny` lints on the users behalf ### [`v4.1.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#417---2023-02-27) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.6...v4.1.7) ##### Fixes - *(derive)* Hide some nightly clippy warnings ### [`v4.1.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#416---2023-02-15) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.5...v4.1.6) ##### Fixes - *(help)* Don't show long help for `--help` just because hidden possible values include a description ### [`v4.1.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#415---2023-02-15) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.4...v4.1.5) ##### Fixes - *(help)* Don't show long help for `--help` just because a hidden arg has a possible value with a description ### [`v4.1.4`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#414---2023-01-24) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.3...v4.1.4) ##### Fixes - *(help)* Respect `disable_colored_help` when using `arg_required_else_help` ##### Performance - Speed up compiling `arg!` macro ### [`v4.1.3`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#413---2023-01-23) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.2...v4.1.3) ##### Fixes - *(error)* Improve suggested flag/value/subcommand when two share a long preifx - *(error)* When suggesting one of several subcommands, use the plural `subcommands`, rather than `subcommand` ### [`v4.1.2`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#412---2023-01-23) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.1.1...v4.1.2) ##### Fixes - In documentation, refer to `get_flag`, rather than `get_one::rust-cli/human-panic
### [`v1.1.3`](https://togithub.com/rust-cli/human-panic/blob/HEAD/CHANGELOG.md#113---2023-03-16) [Compare Source](https://togithub.com/rust-cli/human-panic/compare/v1.1.2...v1.1.3) ##### Internal - Dependency update ### [`v1.1.2`](https://togithub.com/rust-cli/human-panic/blob/HEAD/CHANGELOG.md#112---2023-03-14) [Compare Source](https://togithub.com/rust-cli/human-panic/compare/v1.1.1...v1.1.2) ##### Compatibility - Update MSRV to 1.64.0 ##### Fixes - Correctly handle `CLICOLOR=1` - Correctly handle `NO_COLOR=` - Auto-enable color for CI - Update a macro to use `$crate`Configuration
š Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.