From 8ec2f7d36f71eedb89d912529a1f69a24fa532b4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 13 Sep 2025 18:52:08 -0500 Subject: [PATCH] chore: bump version to 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Justfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21cda83..1c12c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "banner" -version = "0.3.0" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ad79e96..b664f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "banner" -version = "0.3.0" +version = "0.3.2" edition = "2024" default-run = "banner" diff --git a/Justfile b/Justfile index c0210a2..40c9fac 100644 --- a/Justfile +++ b/Justfile @@ -25,4 +25,4 @@ dev-build *ARGS='--services web --tracing pretty': build-frontend # Auto-reloading development build for both frontend and backend # Will not notice if either the frontend/backend crashes, but will generally be resistant to stopping on their own. [parallel] -dev: frontend backend \ No newline at end of file +dev *ARGS='--services web,bot': frontend (backend ARGS) \ No newline at end of file