Bump version to 0.3.4

This commit is contained in:
Tristan D. 2025-04-16 15:30:39 +02:00
parent 086b84c81d
commit 621f0670ce
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
3 changed files with 7 additions and 2 deletions

View file

@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
- Nothing yet
## [0.3.4] - 2025-04-16
- Refactored huge lib.rs into 3 seperate files. - Refactored huge lib.rs into 3 seperate files.
- Downgraded edition to 2021 for better compatability
## [0.3.3] - 2025-04-15 ## [0.3.3] - 2025-04-15

2
Cargo.lock generated
View file

@ -94,7 +94,7 @@ dependencies = [
[[package]] [[package]]
name = "axum-folder-router" name = "axum-folder-router"
version = "0.3.3" version = "0.3.4"
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.3" version = "0.3.4"
edition = "2021" edition = "2021"
readme = "./README.md" readme = "./README.md"
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"] authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]