From 7a01e5f55cad84836c77a1a6c9daea221b29430f Mon Sep 17 00:00:00 2001 From: Trey Lowerison <19714082+tlowerison@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:33:46 +0000 Subject: [PATCH] chore: release Signed-off-by: Trey Lowerison <19714082+tlowerison@users.noreply.github.com> --- Cargo.toml | 2 +- core/CHANGELOG.md | 1 + leptos_form/CHANGELOG.md | 1 + proc_macros/CHANGELOG.md | 7 +++++++ proc_macros/core/CHANGELOG.md | 7 +++++++ 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bc17f7..e9e1c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["leptos_form"] resolver = "2" [workspace.package] -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.75.0" authors = ["Trey Lowerison <19714082+tlowerison@users.noreply.github.com>"] diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 2ce54b1..3ece49a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,3 +3,4 @@ All notable changes to this project will be documented in this file. + diff --git a/leptos_form/CHANGELOG.md b/leptos_form/CHANGELOG.md index e0bdeb8..c858626 100644 --- a/leptos_form/CHANGELOG.md +++ b/leptos_form/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.1.1] - 2023-11-01 ### Miscellaneous Tasks diff --git a/proc_macros/CHANGELOG.md b/proc_macros/CHANGELOG.md index 2ce54b1..fc3698d 100644 --- a/proc_macros/CHANGELOG.md +++ b/proc_macros/CHANGELOG.md @@ -2,4 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2023-11-01 + +### Miscellaneous Tasks + +- Release + + diff --git a/proc_macros/core/CHANGELOG.md b/proc_macros/core/CHANGELOG.md index 2ce54b1..fc3698d 100644 --- a/proc_macros/core/CHANGELOG.md +++ b/proc_macros/core/CHANGELOG.md @@ -2,4 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2023-11-01 + +### Miscellaneous Tasks + +- Release + +