Bump version to 0.3
This commit is contained in:
parent
d05df1bb4d
commit
551009c3eb
4 changed files with 9 additions and 4 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -85,7 +85,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "axum-folder-router"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! axum_folder_router = "0.2"
|
||||
//! axum_folder_router = "0.3"
|
||||
//! axum = "0.8"
|
||||
//! ```
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue