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]] [[package]]
name = "banner" name = "banner"
version = "0.3.0" version = "0.3.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "banner" name = "banner"
version = "0.3.0" version = "0.3.2"
edition = "2024" edition = "2024"
default-run = "banner" 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 # 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. # Will not notice if either the frontend/backend crashes, but will generally be resistant to stopping on their own.
[parallel] [parallel]
dev: frontend backend dev *ARGS='--services web,bot': frontend (backend ARGS)