Skip to content

Commit f3e1f7d

Browse files
authored
Merge pull request #60 from tankyleo/2026-02-cut-0.5.0
Cut v0.5.0 release
2 parents c6ef2d6 + 3ed62f6 commit f3e1f7d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.5.0 - Feb 20, 2026
2+
3+
## Features and API updates
4+
- Add a module to authenticate by proving private key knowledge (#54).
5+
- Switch from `reqwest` to `bitreq` HTTP client (#56).
6+
7+
## Bug Fixes and Improvements
8+
- Switch to `bitreq::Url` (#58).
9+
10+
In total, this release features 12 files changed, 218 insertions, 140 deletions from 3 authors in alphabetical order:
11+
- Elias Rohrer
12+
- Leo Nash
13+
- Matt Corallo
14+
115
# 0.4.1 - Jan 9, 2026
216

317
## Features and API updates

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vss-client-ng"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Leo Nash <hello@leonash.net>", "Elias Rohrer <dev@tnull.de>"]
55
rust-version = "1.75.0"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)