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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.5.0 - Feb 20, 2026

## Features and API updates
- Add a module to authenticate by proving private key knowledge (#54).
- Switch from `reqwest` to `bitreq` HTTP client (#56).

## Bug Fixes and Improvements
- Switch to `bitreq::Url` (#58).

In total, this release features 12 files changed, 218 insertions, 140 deletions from 3 authors in alphabetical order:
- Elias Rohrer
- Leo Nash
- Matt Corallo

# 0.4.1 - Jan 9, 2026

## Features and API updates
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.1"
version = "0.5.0"
authors = ["Leo Nash <hello@leonash.net>", "Elias Rohrer <dev@tnull.de>"]
rust-version = "1.75.0"
license = "MIT OR Apache-2.0"
Expand Down