babichjacob / ac-qu-ai-nt

WIP project for using AI to acquire and transfer knowledge to the user
Apache License 2.0
0 stars 0 forks source link

chore: release #20

Closed release-plz-for-ac-qu-ai-nt[bot] closed 3 weeks ago

release-plz-for-ac-qu-ai-nt[bot] commented 1 month ago

🤖 New release

⚠️ 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


This PR was generated with release-plz.