From 08aace5428ddedd674992c37a2a93043f818d9a5 Mon Sep 17 00:00:00 2001 From: Barry Pederson Date: Sat, 12 Sep 2026 13:13:12 -0700 Subject: [PATCH] Bump version to 0.4.0 and add --version to both binaries Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Kmrgkpp9YBJ6AMaWYPPZuD --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- client/src/options.rs | 1 + server/src/options.rs | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d865db..7c52e9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "client" -version = "0.3.1" +version = "0.4.0" dependencies = [ "clap", "common", @@ -153,7 +153,7 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "common" -version = "0.3.1" +version = "0.4.0" [[package]] name = "cpufeatures" @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "server" -version = "0.3.1" +version = "0.4.0" dependencies = [ "argon2", "clap", diff --git a/Cargo.toml b/Cargo.toml index 65df992..a203f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.3.1" +version = "0.4.0" edition = "2024" [workspace.dependencies] diff --git a/client/src/options.rs b/client/src/options.rs index d48b02c..d70c93b 100644 --- a/client/src/options.rs +++ b/client/src/options.rs @@ -3,6 +3,7 @@ use std::path::PathBuf; use std::sync::LazyLock; #[derive(Parser, Clone, Debug)] +#[command(name = "saslauthd_test_client", version)] /// saslauthd test client pub struct Opt { #[arg( diff --git a/server/src/options.rs b/server/src/options.rs index 0f7baf5..9e3aea6 100644 --- a/server/src/options.rs +++ b/server/src/options.rs @@ -2,6 +2,7 @@ use clap::Parser; use std::sync::LazyLock; #[derive(Parser, Clone, Debug)] +#[command(name = "saslauthd", version)] /// saslauthd server pub struct Opt { #[arg(