From 8bd1257fefd4ad53f12dd1f7a946a6f117268a76 Mon Sep 17 00:00:00 2001 From: thedancingdeveloper <306930456+thedancingdeveloper@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:34:46 +0000 Subject: [PATCH] chore: bump workspace version to 1.5.0 for the v1.5.0 release line Sets the base version the app reports (RUSTNZB_BUILD_VERSION = CARGO_PKG_VERSION + build ref) ahead of cutting v1.5.0-beta.1. Main is ahead of v1.4.7 by the history_retention fix (#137) and the compat + hardening feature backlog (#138: TAR extraction, RSS age rules, configurable cleanup, queue sorting, post-processing script contract), which is a minor release. Refreshes both lockfiles. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01G4d3N8VRucC7WVwNw8gwfV --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- desktop/src-tauri/Cargo.lock | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf45e3f..f311017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,7 +1671,7 @@ dependencies = [ [[package]] name = "mock-nntp-server" -version = "1.4.7" +version = "1.5.0" dependencies = [ "anyhow", "clap", @@ -2806,7 +2806,7 @@ dependencies = [ [[package]] name = "rustnzb" -version = "1.4.7" +version = "1.5.0" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index f9f4dfa..b8a5548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default-members = ["apps/rustnzb"] exclude = ["benchnzb", "desktop"] [workspace.package] -version = "1.4.7" +version = "1.5.0" edition = "2024" license = "MIT" diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index b177552..670fc18 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -3039,6 +3039,7 @@ dependencies = [ "anyhow", "bytes", "crc32fast", + "md-5", "parking_lot", "thiserror 2.0.18", "tokio", @@ -4354,7 +4355,7 @@ dependencies = [ [[package]] name = "rustnzb" -version = "1.4.7" +version = "1.5.0" dependencies = [ "anyhow", "axum",