mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 08:41:35 +00:00
chore: bump to 0.2.2
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,13 +1,20 @@
|
||||
# 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:
|
||||
|
||||
- `auto-index` support
|
||||
- Stable rust version
|
||||
|
||||
## 0.2.0
|
||||
## 0.2.0 - 2025-06-17
|
||||
|
||||
Features:
|
||||
|
||||
@ -15,7 +22,7 @@ Features:
|
||||
- Refactor with axum
|
||||
- SSL support
|
||||
|
||||
## 0.1.1
|
||||
## 0.1.1 - 2024-07-02
|
||||
|
||||
Features:
|
||||
|
||||
@ -35,7 +42,7 @@ Fix:
|
||||
- Custom error page
|
||||
- Config tests
|
||||
|
||||
## 0.1.0
|
||||
## 0.1.0 - 2024-05-13
|
||||
|
||||
Features:
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -396,7 +396,7 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
||||
|
||||
[[package]]
|
||||
name = "candy"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "candy"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
Reference in New Issue
Block a user