ac-qu-ai-nt-core: 0.0.3 -> 0.0.4 (✓ API compatible changes)
ac-qu-ai-nt-cli-clap: 0.0.8 -> 0.0.9 (⚠️ API breaking changes)
ac-qu-ai-nt-gui-eframe: 0.0.5 -> 0.0.6 (✓ API compatible changes)
ac-qu-ai-nt-tui-ratatui: 0.0.5 -> 0.0.6 (✓ API compatible changes)
ac-qu-ai-nt: 0.0.12 -> 0.0.13
⚠️ ac-qu-ai-nt-cli-clap breaking changes
--- failure function_parameter_count_changed: pub fn parameter count changed ---
Description:
A publicly-visible function now takes a different number of parameters.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/function_parameter_count_changed.ron
Failed in:
ac_qu_ai_nt_cli_clap::main now takes 1 parameters instead of 0, in /tmp/.tmpo8godk/ac-qu-ai-nt/cli-clap/src/lib.rs:12
Changelog
## `ac-qu-ai-nt-cli-clap`
## [0.0.9](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-cli-clap-v0.0.8...ac-qu-ai-nt-cli-clap-v0.0.9) - 2024-10-15
### Fixed
- *(ac-qu-ai-nt-cli-clap)* write a `main` function instead of re-exporting so that the declared MSRV can be met
### Other
- *(cli-clap)* ignore the `Args` argument because it doesn't get used yet (to satisfy Clippy)
- build out the infrastructure for commands to be passed to the clap CLI
## `ac-qu-ai-nt`
## [0.0.13](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-v0.0.12...ac-qu-ai-nt-v0.0.13) - 2024-10-15
### Other
- build out the infrastructure for commands to be passed to the clap CLI
🤖 New release
ac-qu-ai-nt-core
: 0.0.3 -> 0.0.4 (✓ API compatible changes)ac-qu-ai-nt-cli-clap
: 0.0.8 -> 0.0.9 (⚠️ API breaking changes)ac-qu-ai-nt-gui-eframe
: 0.0.5 -> 0.0.6 (✓ API compatible changes)ac-qu-ai-nt-tui-ratatui
: 0.0.5 -> 0.0.6 (✓ API compatible changes)ac-qu-ai-nt
: 0.0.12 -> 0.0.13⚠️
ac-qu-ai-nt-cli-clap
breaking changesChangelog
## `ac-qu-ai-nt-cli-clap`
## `ac-qu-ai-nt`This PR was generated with release-plz.