Skip to content

Commit 3288106

Browse files
committed
Add CHANGELOG.md, and append 0.4.0 release notes
1 parent 68211b2 commit 3288106

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 0.4.0 - Nov 11, 2025
2+
3+
## Crate Metadata
4+
- Rename `vss-client` crate to `vss-client-ng` (#46).
5+
- Move repository from <https://github.com/lightningdevkit/rust-vss-client> to <https://github.com/lightningdevkit/vss-client> (#48).
6+
7+
## Features and API updates
8+
- Bump MSRV to 1.75.0 (#38).
9+
- Add `VssClient::from_client_and_headers` constructor (#39).
10+
- Allow to set `aad` in `StorableBuilder::{build, deconstruct}` (#40).
11+
- Pass the `data_encryption_key` by reference to `StorableBuilder::{build, deconstruct}` (#40).
12+
13+
## Bug Fixes and Improvements
14+
- Set a 10 second timeout on all HTTP client requests (#39).
15+
16+
In total, this release features 15 files changed, 205 insertions, 1162 deletions in 19 commits from 2 authors in alphabetical order:
17+
- Elias Rohrer
18+
- Leo Nash

0 commit comments

Comments
 (0)