mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
chore: bump to 0.2.2
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user