From 2f55008fc2e7b74018a5f051e58dfe3a293de5c5 Mon Sep 17 00:00:00 2001
From: Vlad Frolov
Date: Mon, 15 Jan 2024 11:18:58 +0100
Subject: [PATCH] chore: release (#14)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `interactive-clap-derive`: 0.2.7 -> 0.2.8
* `interactive-clap`: 0.2.7 -> 0.2.8 (✓ API compatible changes)
Changelog
## `interactive-clap-derive`
##
[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))
## `interactive-clap`
##
[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))
---
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>
---
CHANGELOG.md | 5 +++++
Cargo.toml | 4 ++--
interactive-clap-derive/CHANGELOG.md | 5 +++++
interactive-clap-derive/Cargo.toml | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33924cb..8778767 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [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))
+
## [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
diff --git a/Cargo.toml b/Cargo.toml
index 8493064..f802cba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = [
[package]
name = "interactive-clap"
-version = "0.2.7"
+version = "0.2.8"
authors = ["FroVolod "]
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.7" }
+interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.8" }
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"
diff --git a/interactive-clap-derive/CHANGELOG.md b/interactive-clap-derive/CHANGELOG.md
index 96ed135..de628c1 100644
--- a/interactive-clap-derive/CHANGELOG.md
+++ b/interactive-clap-derive/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [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))
+
## [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
diff --git a/interactive-clap-derive/Cargo.toml b/interactive-clap-derive/Cargo.toml
index 2546a68..3564886 100644
--- a/interactive-clap-derive/Cargo.toml
+++ b/interactive-clap-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "interactive-clap-derive"
-version = "0.2.7"
+version = "0.2.8"
authors = ["FroVolod "]
edition = "2018"
license = "MIT OR Apache-2.0"