chore: bump version to 0.3.2

This commit is contained in:
2025-09-13 18:52:08 -05:00
parent 28a8a15b6b
commit 8ec2f7d36f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -218,7 +218,7 @@ dependencies = [
[[package]]
name = "banner"
version = "0.3.0"
version = "0.3.2"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "banner"
version = "0.3.0"
version = "0.3.2"
edition = "2024"
default-run = "banner"

View File

@@ -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
dev *ARGS='--services web,bot': frontend (backend ARGS)