From af11f8aa14bad3800a1c459381402b9002a7c4c2 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 9 Dec 2024 22:51:25 +0000 Subject: [PATCH] chore: Bump the version to `v0.2.0` Signed-off-by: Awiteb --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f22761d..b7b89a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forgejo-guardian" -version = "0.1.0" +version = "0.2.0" dependencies = [ "regex", "reqwest 0.12.9", diff --git a/Cargo.toml b/Cargo.toml index 3f5c90c..2c5c178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "forgejo-guardian" description = "Simple Forgejo instance guardian, banning users and alerting admins based on certain regular expressions" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Awiteb "] repository = "https://git.4rs.nl/awiteb/forgejo-guardian"