Bump version to 0.3

This commit is contained in:
Tristan D. 2025-04-15 00:45:49 +02:00
parent d05df1bb4d
commit 551009c3eb
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
4 changed files with 9 additions and 4 deletions

View file

@ -1,9 +1,14 @@
# Unreleased
# 0.3.0
After a lot of experimenting it seems I'm starting to settle on an API, so this should likely be the last breaking change in a while.
## Breaking
### Rework into attribute macro.
Instead of using it like this
Instead of this
```rust
// ...

2
Cargo.lock generated
View file

@ -85,7 +85,7 @@ dependencies = [
[[package]]
name = "axum-folder-router"
version = "0.2.3"
version = "0.3.0"
dependencies = [
"anyhow",
"axum",

View file

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

View file

@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! axum_folder_router = "0.2"
//! axum_folder_router = "0.3"
//! axum = "0.8"
//! ```
//!