chore: release (#12)

## 🤖 New release
* `interactive-clap-derive`: 0.2.6 -> 0.2.7
* `interactive-clap`: 0.2.6 -> 0.2.7

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

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

##
[0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.6...interactive-clap-derive-v0.2.7)
- 2023-10-13

### Added
- Add support for "flatten"
([#11](https://github.com/near-cli-rs/interactive-clap/pull/11))
</blockquote>

## `interactive-clap`
<blockquote>

##
[0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.6...interactive-clap-v0.2.7)
- 2023-10-13

### Other
- updated the following local packages: interactive-clap-derive
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: release-plz <release-plz@github.com>
Co-authored-by: release-plz <release-plz@github.com>
This commit is contained in:
Vlad Frolov
2023-10-13 09:30:23 +02:00
committed by GitHub
parent 437521ff5c
commit db8c2016bf
4 changed files with 13 additions and 3 deletions
+5
View File
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.6...interactive-clap-v0.2.7) - 2023-10-13
### Other
- updated the following local packages: interactive-clap-derive
## [0.2.6](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.5...interactive-clap-v0.2.6) - 2023-10-05
### Fixed
+2 -2
View File
@@ -5,7 +5,7 @@ members = [
[package]
name = "interactive-clap"
version = "0.2.6"
version = "0.2.7"
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.2.6" }
interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.7" }
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"
+5
View File
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.6...interactive-clap-derive-v0.2.7) - 2023-10-13
### Added
- Add support for "flatten" ([#11](https://github.com/near-cli-rs/interactive-clap/pull/11))
## [0.2.6](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.5...interactive-clap-derive-v0.2.6) - 2023-10-05
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "interactive-clap-derive"
version = "0.2.6"
version = "0.2.7"
authors = ["FroVolod <frol_off@meta.ua>"]
edition = "2018"
license = "MIT OR Apache-2.0"