diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f94de..0b016dd 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/Cargo.lock b/Cargo.lock index ff8d9f0..a050ff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "candy" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index ca3f4ae..f156245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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