chore: bump to 0.2.2

This commit is contained in:
xfy
2025-07-03 22:06:32 +08:00
parent fffcee1d50
commit d59b02fae2
3 changed files with 13 additions and 6 deletions

View File

@ -1,13 +1,20 @@
# Changelog # Changelog
## 0.2.1 ## 0.2.2 - 2025-07-03
Features:
- Support lua script
- Add max body size limit
## 0.2.1 - 2025-06-24
Features: Features:
- `auto-index` support - `auto-index` support
- Stable rust version - Stable rust version
## 0.2.0 ## 0.2.0 - 2025-06-17
Features: Features:
@ -15,7 +22,7 @@ Features:
- Refactor with axum - Refactor with axum
- SSL support - SSL support
## 0.1.1 ## 0.1.1 - 2024-07-02
Features: Features:
@ -35,7 +42,7 @@ Fix:
- Custom error page - Custom error page
- Config tests - Config tests
## 0.1.0 ## 0.1.0 - 2024-05-13
Features: Features:

2
Cargo.lock generated
View File

@ -396,7 +396,7 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]] [[package]]
name = "candy" name = "candy"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum", "axum",

View File

@ -2,7 +2,7 @@
[package] [package]
name = "candy" name = "candy"
version = "0.2.1" version = "0.2.2"
edition = "2024" edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html