diff --git a/Cargo.lock b/Cargo.lock index 923704c..56d64bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "narrow-derive" -version = "0.6.4" +version = "0.6.5" dependencies = [ "macrotest", "once_cell", diff --git a/narrow-derive/CHANGELOG.md b/narrow-derive/CHANGELOG.md index 4a6fbb8..fac6a88 100644 --- a/narrow-derive/CHANGELOG.md +++ b/narrow-derive/CHANGELOG.md @@ -1,7 +1,33 @@ +## v0.6.5 (2024-07-09) + +### Chore + + - bump macrotest from 1.0.9 to 1.0.13 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#208](https://github.com/mbrobbel/narrow/issues/208) + +### Commit Details + + + +
view details + + * **[#208](https://github.com/mbrobbel/narrow/issues/208)** + - Bump macrotest from 1.0.9 to 1.0.13 ([`3d3dd19`](https://github.com/mbrobbel/narrow/commit/3d3dd199adc570dc2bb70aecb82293bc379088ee)) +
+ ## v0.6.4 (2024-07-09) + + ### Chore - bump proc-macro2 from 1.0.79 to 1.0.86 @@ -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: [#209](https://github.com/mbrobbel/narrow/issues/209) @@ -22,6 +48,8 @@ * **[#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)) + * **Uncategorized** + - Release narrow-derive v0.6.4 ([`ac15889`](https://github.com/mbrobbel/narrow/commit/ac1588933c3df74b8606f128925afbdbdd2c002f)) ## v0.6.3 (2024-07-08) diff --git a/narrow-derive/Cargo.toml b/narrow-derive/Cargo.toml index 7e00662..f19ef4a 100644 --- a/narrow-derive/Cargo.toml +++ b/narrow-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "narrow-derive" -version = "0.6.4" +version = "0.6.5" authors.workspace = true edition.workspace = true rust-version.workspace = true