From 6dda365f45db521168eab778b4bf73281d8a5264 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 19 Aug 2026 09:24:09 +0200 Subject: [PATCH] chore: release 0.5.0 Bump the workspace version for release. 0.5.0 rather than 0.4.1 because this cycle changes behaviour an operator can be broken by: the http transport is now deny-by-default and refuses to start without a bearer token (#32), so a 0.4.0 http deployment with no token will not come up. Pre-1.0, that is what the minor position is for. crates/bugwarden/Cargo.toml pins its bugwarden-core dependency by version as well as path, so that requirement moves in lockstep. The man page embeds the version, so regenerate the committed assets; the completions carry none and are unchanged. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/bugwarden/Cargo.toml | 2 +- crates/bugwarden/man/bugwarden.1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01c9ce6..6d25e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "bugwarden" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "axum", @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "bugwarden-core" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 188ee67..9245726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "Apache-2.0" authors = ["Martin Pluskal "] diff --git a/crates/bugwarden/Cargo.toml b/crates/bugwarden/Cargo.toml index 5fb6207..8302af5 100644 --- a/crates/bugwarden/Cargo.toml +++ b/crates/bugwarden/Cargo.toml @@ -34,7 +34,7 @@ gen = ["dep:clap_complete", "dep:clap_mangen"] workspace = true [dependencies] -bugwarden-core = { path = "../bugwarden-core", version = "0.4.0" } +bugwarden-core = { path = "../bugwarden-core", version = "0.5.0" } rmcp = { version = "3.1", features = [ "server", diff --git a/crates/bugwarden/man/bugwarden.1 b/crates/bugwarden/man/bugwarden.1 index 7971647..d98df3e 100644 --- a/crates/bugwarden/man/bugwarden.1 +++ b/crates/bugwarden/man/bugwarden.1 @@ -1,4 +1,4 @@ -.TH bugwarden 1 "" "bugwarden 0.4.0" "General Commands Manual" +.TH bugwarden 1 "" "bugwarden 0.5.0" "General Commands Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME