diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb717c..7d01687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. - Nothing yet +## [0.3.6] - 2025-04-17 + +- Better error messages when having route.rs files with invalid code + ## [0.3.5] - 2025-04-16 - Moved macrotest to dev deps diff --git a/Cargo.lock b/Cargo.lock index 71f1691..94c80a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "axum-folder-router" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 29a7ce4..bc9f5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-folder-router" -version = "0.3.5" +version = "0.3.6" edition = "2021" readme = "./README.md" authors = ["Tristan Druyen "]