aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-15 00:58:56 +0800
committerKunoiSayami <[email protected]>2021-05-15 01:02:20 +0800
commit722d7da76380d8f3814f5f2a59e3ef14928b6203 (patch)
treef103015d9bf8190d85f20c81f3c1eed035599d45 /Cargo.toml
parentdaa61c3e0c96800c58931f1e933462b462fc7b66 (diff)
feat(core): Add per-repository protect optionv0.4.0
* feat(auth): Support per-repository user authenticate * feat(test): Support new configure structure test * refactor(database): Upgrade database structure to v3
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 c5a730a..6f038c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "0.3.8"
+version = "0.4.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"