Bump version to 0.4.0 and add --version to both binaries

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Kmrgkpp9YBJ6AMaWYPPZuD
This commit is contained in:
2026-09-12 13:13:12 -07:00
co-authored by Claude Fable 5.1
parent 1749d9c08e
commit 08aace5428
4 changed files with 6 additions and 4 deletions
Generated
+3 -3
View File
@@ -139,7 +139,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
[[package]] [[package]]
name = "client" name = "client"
version = "0.3.1" version = "0.4.0"
dependencies = [ dependencies = [
"clap", "clap",
"common", "common",
@@ -153,7 +153,7 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]] [[package]]
name = "common" name = "common"
version = "0.3.1" version = "0.4.0"
[[package]] [[package]]
name = "cpufeatures" name = "cpufeatures"
@@ -389,7 +389,7 @@ dependencies = [
[[package]] [[package]]
name = "server" name = "server"
version = "0.3.1" version = "0.4.0"
dependencies = [ dependencies = [
"argon2", "argon2",
"clap", "clap",
+1 -1
View File
@@ -6,7 +6,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.3.1" version = "0.4.0"
edition = "2024" edition = "2024"
[workspace.dependencies] [workspace.dependencies]
+1
View File
@@ -3,6 +3,7 @@ use std::path::PathBuf;
use std::sync::LazyLock; use std::sync::LazyLock;
#[derive(Parser, Clone, Debug)] #[derive(Parser, Clone, Debug)]
#[command(name = "saslauthd_test_client", version)]
/// saslauthd test client /// saslauthd test client
pub struct Opt { pub struct Opt {
#[arg( #[arg(
+1
View File
@@ -2,6 +2,7 @@ use clap::Parser;
use std::sync::LazyLock; use std::sync::LazyLock;
#[derive(Parser, Clone, Debug)] #[derive(Parser, Clone, Debug)]
#[command(name = "saslauthd", version)]
/// saslauthd server /// saslauthd server
pub struct Opt { pub struct Opt {
#[arg( #[arg(