Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, how did you get these numbers, I tried a few diff --stat with different commit pairs and getting slightly different numbers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, trying to reproduce once more it indeed seems the numbers are slightly off. Not sure it's worth amending though at this point though ^^

- Andrei
- Elias Rohrer
- tankyleo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mine was just a merge commit but ok :)

Copy link
Contributor Author

@tnull tnull Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git shortlog --summary --numbered doesn't care. :)


# 0.4.0 - Nov 11, 2025

## Crate Metadata
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vss-client-ng"
version = "0.4.0"
version = "0.4.1"
authors = ["Leo Nash <hello@leonash.net>", "Elias Rohrer <dev@tnull.de>"]
rust-version = "1.75.0"
license = "MIT OR Apache-2.0"
Expand Down