Files
archived-interactive-clap/CHANGELOG.md
Vlad Frolov a8b0542c08 chore: release v0.3.2 (#25)
## 🤖 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/).
2025-02-11 13:39:25 +02:00

3.2 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 "cargo test" command (#33)
  • Added clippy to examples (#31)
  • Added code style check (#29)
  • add CODEOWNERS (#27)
  • Added a demo image to README (#24)

0.3.1 - 2024-09-18

Added

  • add long_vec_multiple_opt attribute (#22)

0.3.0 - 2024-08-09

Fixed

  • [breaking] Proxy try_parse_from to Clap's try_parse_from as is, instead of naive parsing of &str (#21)

Other

  • Updated examples:struct_with_flatten (#19)

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

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

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