Updates for release
All checks were successful
CI / CI (push) Successful in 7m49s
Release / Publish to crates.io (push) Successful in 1m48s
Release / Publish to Docker Hub (push) Successful in 9m19s

This commit is contained in:
Brian Tarricone 2023-09-24 12:08:50 -07:00
parent fa67902c22
commit 2cc3b87a35
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -180,7 +180,7 @@ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
[[package]] [[package]]
name = "bebot" name = "bebot"
version = "0.2.1-alpha.1" version = "0.2.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bebot" name = "bebot"
version = "0.2.1-alpha.1" version = "0.2.1"
description = "Gitlab webhook bot that publishes events to Matrix" description = "Gitlab webhook bot that publishes events to Matrix"
license = "GPL-3.0" license = "GPL-3.0"
authors = [ authors = [