Bump version to 0.3.6

This commit is contained in:
Tristan D. 2025-04-17 14:01:32 +02:00
parent b7dd6f9379
commit 49df03b2e8
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
3 changed files with 6 additions and 2 deletions

View file

@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
- Nothing yet - 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 ## [0.3.5] - 2025-04-16
- Moved macrotest to dev deps - Moved macrotest to dev deps

2
Cargo.lock generated
View file

@ -94,7 +94,7 @@ dependencies = [
[[package]] [[package]]
name = "axum-folder-router" name = "axum-folder-router"
version = "0.3.5" version = "0.3.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum", "axum",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "axum-folder-router" name = "axum-folder-router"
version = "0.3.5" version = "0.3.6"
edition = "2021" edition = "2021"
readme = "./README.md" readme = "./README.md"
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"] authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]