Some checks failed
Release-plz / Release-plz (push) Failing after 34s
## 🤖 New release * `interactive-clap-derive`: 0.3.1 -> 0.3.2 * `interactive-clap`: 0.3.1 -> 0.3.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.3.2](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.3.1...interactive-clap-derive-v0.3.2) - 2025-02-11 ### Added - propagate doc comments on flags and arguments to `--help/-h` + structs derive refactor (#26) ### Other - Added code style check (#29) </blockquote> ## `interactive-clap` <blockquote> ## [0.3.2](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.3.1...interactive-clap-v0.3.2) - 2025-02-11 ### Added - propagate doc comments on flags and arguments to `--help/-h` + structs derive refactor (#26) ### Other - Added "cargo test" command (#33) - Added clippy to examples (#31) - Added code style check (#29) - add CODEOWNERS (#27) - Added a demo image to README (#24) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
3.3 KiB
3.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
0.3.2 - 2025-02-11
Added
- propagate doc comments on flags and arguments to
--help/-h+ structs derive refactor (#26)
Other
- Added code style check (#29)
0.3.1 - 2024-09-18
Added
- add
long_vec_multiple_optattribute (#22)
0.3.0 - 2024-08-09
Fixed
- [breaking] Proxy
try_parse_fromto Clap'stry_parse_fromas is, instead of naive parsing of&str(#21)
0.2.10 - 2024-04-21
Added
- Add support for "subargs" (#17)
0.2.9 - 2024-03-25
Added
- Added support for "#[interactive_clap(flatten)]" (#15)
0.2.8 - 2024-01-15
Added
- Added possibility to process optional fields (#13)
0.2.7 - 2023-10-13
Added
- Add support for "flatten" (#11)
0.2.6 - 2023-10-05
Fixed
- named_args/unnamed_args/args_without_attrs conflict (#9)
0.2.5 - 2023-09-21
Fixed
- fixed unnamed_args/args_without_attrs conflict
Other
- added fn try_parse_from()
- Merge branch 'master' of https://github.com/FroVolod/interactive-clap
0.2.4 - 2023-06-02
Added
- Add support for boolean flags (e.g. --offline) (#6)
0.2.3 - 2023-05-30
Fixed
- Trim unnecessary spaces in inquire prompts (fix it again after recent refactoring that reverted the previous fix)