From 88f3c1f9f046f6e41123b11eb5762418f51fac8c Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Fri, 9 Jan 2026 09:44:34 +0100 Subject: [PATCH] Cut v0.4.1 patch release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06b596..4cf6ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.4.1 - Jan 9, 2026 + +## Features and API updates +- Add `trace`-level logging via the `log` facade (#51). + +In total, this release features 7 files changed, 99 insertions, 9 deletions from 3 authors in alphabetical order: +- Andrei +- Elias Rohrer +- tankyleo + # 0.4.0 - Nov 11, 2025 ## Crate Metadata diff --git a/Cargo.toml b/Cargo.toml index a93eab9..1f66afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vss-client-ng" -version = "0.4.0" +version = "0.4.1" authors = ["Leo Nash ", "Elias Rohrer "] rust-version = "1.75.0" license = "MIT OR Apache-2.0"