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
|
# 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
|
## Breaking
|
||||||
|
|
||||||
### Rework into attribute macro.
|
### Rework into attribute macro.
|
||||||
|
|
||||||
Instead of using it like this
|
Instead of this
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// ...
|
// ...
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -85,7 +85,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-folder-router"
|
name = "axum-folder-router"
|
||||||
version = "0.2.3"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axum-folder-router"
|
name = "axum-folder-router"
|
||||||
version = "0.2.3"
|
version = "0.3.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]
|
authors = ["Tristan Druyen <ek36g2vcc@mozmail.com>"]
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! axum_folder_router = "0.2"
|
//! axum_folder_router = "0.3"
|
||||||
//! axum = "0.8"
|
//! axum = "0.8"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Reference in a new issue