Skip to content

Commit

Permalink
[release] v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Jan 19, 2024
1 parent 7883d00 commit e14bdbb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secubot"
version = "2.8.0"
version = "2.9.0"
edition = "2021"
authors = ["Marek 'seqre' Grzelak <marek.grzelak@seqre.dev>"]
description = "Yet another Discord bot!"
Expand Down Expand Up @@ -28,7 +28,7 @@ lazy_static = { version = "1.4" }
itertools = { version = "0.12.0" }
config = { version = "0.13" }
glob = { version = "0.3" }
octocrab = { version = "0.32" }
octocrab = { version = "0.33" }
anyhow = { version = "1.0" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit e14bdbb

Please sign in to comment.