chore: Bump the version to v0.2.0
All checks were successful
Write changelog / write-changelog (push) Successful in 7s
CD / build-assets (aarch64-unknown-linux-gnu) (push) Successful in 7m2s
Rust CI / Rust CI (push) Successful in 7m31s
CD / build-assets (aarch64-unknown-linux-musl) (push) Successful in 7m20s
CD / build-assets (x86_64-unknown-linux-gnu) (push) Successful in 4m21s
CD / build-assets (x86_64-unknown-linux-musl) (push) Successful in 4m32s
CD / release (push) Successful in 22s
All checks were successful
Write changelog / write-changelog (push) Successful in 7s
CD / build-assets (aarch64-unknown-linux-gnu) (push) Successful in 7m2s
Rust CI / Rust CI (push) Successful in 7m31s
CD / build-assets (aarch64-unknown-linux-musl) (push) Successful in 7m20s
CD / build-assets (x86_64-unknown-linux-gnu) (push) Successful in 4m21s
CD / build-assets (x86_64-unknown-linux-musl) (push) Successful in 4m32s
CD / release (push) Successful in 22s
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
dd360c73aa
commit
af11f8aa14
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -331,7 +331,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|||
|
||||
[[package]]
|
||||
name = "forgejo-guardian"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"regex",
|
||||
"reqwest 0.12.9",
|
||||
|
|
|
@ -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 <a@4rs.nl>"]
|
||||
repository = "https://git.4rs.nl/awiteb/forgejo-guardian"
|
||||
|
|
Loading…
Reference in a new issue