From ac1588933c3df74b8606f128925afbdbdd2c002f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 9 Jul 2024 18:21:30 +0000
Subject: [PATCH] Release narrow-derive v0.6.4
---
Cargo.lock | 2 +-
narrow-derive/CHANGELOG.md | 30 +++++++++++++++++++++++++++++-
narrow-derive/Cargo.toml | 2 +-
3 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7ce26cb4..653453fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -651,7 +651,7 @@ dependencies = [
[[package]]
name = "narrow-derive"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"macrotest",
"once_cell",
diff --git a/narrow-derive/CHANGELOG.md b/narrow-derive/CHANGELOG.md
index 72be8faa..4a6fbb8b 100644
--- a/narrow-derive/CHANGELOG.md
+++ b/narrow-derive/CHANGELOG.md
@@ -1,7 +1,33 @@
+## v0.6.4 (2024-07-09)
+
+### Chore
+
+ - bump proc-macro2 from 1.0.79 to 1.0.86
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#209](https://github.com/mbrobbel/narrow/issues/209)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#209](https://github.com/mbrobbel/narrow/issues/209)**
+ - Bump proc-macro2 from 1.0.79 to 1.0.86 ([`53fae1f`](https://github.com/mbrobbel/narrow/commit/53fae1f840b717ad9f2e58c0eb33f7ef53a86709))
+
+
## v0.6.3 (2024-07-08)
+
+
### Chore
- bump syn from 2.0.53 to 2.0.58
@@ -10,7 +36,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#204](https://github.com/mbrobbel/narrow/issues/204)
@@ -22,6 +48,8 @@
* **[#204](https://github.com/mbrobbel/narrow/issues/204)**
- Bump syn from 2.0.53 to 2.0.58 ([`8c840ab`](https://github.com/mbrobbel/narrow/commit/8c840abf87b34a8ab79ffed6495e68380675379a))
+ * **Uncategorized**
+ - Release narrow-derive v0.6.3 ([`9f8a87a`](https://github.com/mbrobbel/narrow/commit/9f8a87ace8e294a3f9f3763968cd8bb424fb3d74))
## v0.6.2 (2024-07-08)
diff --git a/narrow-derive/Cargo.toml b/narrow-derive/Cargo.toml
index 0eb7c726..52deb42f 100644
--- a/narrow-derive/Cargo.toml
+++ b/narrow-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "narrow-derive"
-version = "0.6.3"
+version = "0.6.4"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true