chore: release v0.3.1 (#23)

## 🤖 New release
* `interactive-clap-derive`: 0.3.0 -> 0.3.1
* `interactive-clap`: 0.3.0 -> 0.3.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `interactive-clap-derive`
<blockquote>

##
[0.3.1](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.3.0...interactive-clap-derive-v0.3.1)
- 2024-09-18

### Added

- add `long_vec_multiple_opt` attribute
([#22](https://github.com/near-cli-rs/interactive-clap/pull/22))
</blockquote>

## `interactive-clap`
<blockquote>

##
[0.3.1](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.3.0...interactive-clap-v0.3.1)
- 2024-09-18

### Added

- add `long_vec_multiple_opt` attribute
([#22](https://github.com/near-cli-rs/interactive-clap/pull/22))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
This commit is contained in:
Vlad Frolov
2024-09-18 17:29:01 +02:00
committed by GitHub
parent 94442d867e
commit 22fa3eca88
4 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.1](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.3.0...interactive-clap-v0.3.1) - 2024-09-18
### Added
- add `long_vec_multiple_opt` attribute ([#22](https://github.com/near-cli-rs/interactive-clap/pull/22))
## [0.3.0](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.10...interactive-clap-v0.3.0) - 2024-08-09
### Fixed

View File

@@ -5,7 +5,7 @@ members = [
[package]
name = "interactive-clap"
version = "0.3.0"
version = "0.3.1"
authors = ["FroVolod <frol_off@meta.ua>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ description = "Interactive mode extension crate to Command Line Arguments Parser
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
interactive-clap-derive = { path = "interactive-clap-derive", version = "0.3.0" }
interactive-clap-derive = { path = "interactive-clap-derive", version = "0.3.1" }
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"

View File

@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.1](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.3.0...interactive-clap-derive-v0.3.1) - 2024-09-18
### Added
- add `long_vec_multiple_opt` attribute ([#22](https://github.com/near-cli-rs/interactive-clap/pull/22))
## [0.3.0](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.10...interactive-clap-derive-v0.3.0) - 2024-08-09
### Fixed

View File

@@ -1,6 +1,6 @@
[package]
name = "interactive-clap-derive"
version = "0.3.0"
version = "0.3.1"
authors = ["FroVolod <frol_off@meta.ua>"]
edition = "2018"
license = "MIT OR Apache-2.0"