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 + +