diff --git a/CHANGELOG.md b/CHANGELOG.md index 77faec8..e0b9db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Nothing yet + +## [0.3.4] - 2025-04-16 + - Refactored huge lib.rs into 3 seperate files. +- Downgraded edition to 2021 for better compatability ## [0.3.3] - 2025-04-15 diff --git a/Cargo.lock b/Cargo.lock index 147683f..7113a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "axum-folder-router" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index ac470ad..6c2dcd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-folder-router" -version = "0.3.3" +version = "0.3.4" edition = "2021" readme = "./README.md" authors = ["Tristan Druyen "]