aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2026-02-09 21:50:12 +0800
committerKunoiSayami <[email protected]>2026-02-09 21:51:38 +0800
commitc708a63f7e5b9b22f8095ede0be56115eccbbac8 (patch)
tree6235e5079206f48551815cc3cf8349d74a4aaa4f /Cargo.toml
parent735612ccfba150978d174fcc7d95b2ea3013ab9e (diff)
feat: Add configurable Redis URL (claude)
* feat: Add login rate limiting (claude) * feat: Add SameSite cookie attribute (claude) Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 288effc..0b7e8b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "4.3.0"
+version = "4.4.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2024"