## 🤖 New release * `interactive-clap-derive`: 0.2.7 -> 0.2.8 * `interactive-clap`: 0.2.7 -> 0.2.8 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.8](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.7...interactive-clap-derive-v0.2.8) - 2024-01-15 ### Added - Added possibility to process optional fields ([#13](https://github.com/near-cli-rs/interactive-clap/pull/13)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.8](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.7...interactive-clap-v0.2.8) - 2024-01-15 ### Added - Added possibility to process optional fields ([#13](https://github.com/near-cli-rs/interactive-clap/pull/13)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Vlad Frolov <304265+frol@users.noreply.github.com> Co-authored-by: Vlad Frolov <304265+frol@users.noreply.github.com>
1.6 KiB
1.6 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.2.8 - 2024-01-15
Added
- Added possibility to process optional fields (#13)
0.2.7 - 2023-10-13
Other
- updated the following local packages: interactive-clap-derive
0.2.6 - 2023-10-05
Fixed
- named_args/unnamed_args/args_without_attrs conflict (#9)
0.2.5 - 2023-09-21
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
Other
- Added README