Skip to content

Commit 58cd70d

Browse files
committed
Add CHANGELOG.md, and append 0.4.0 release notes
1 parent 3465c9f commit 58cd70d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 0.4.0 - Nov 11, 2025
2+
- Enforce that all implementations of `VssHeaderProvider` are `Send+Sync` (#35).
3+
- Bump MSRV to 1.75.0 (#38).
4+
- Allow to set `aad` in `StorableBuilder::{build, deconstruct}` (#40).
5+
- Pass the `data_encryption_key` by reference to `StorableBuilder::{build, deconstruct}` (#40).
6+
- Replace LDK's `chacha20poly1305` implementation with the rust-bitcoin implementation (#42).
7+
- Rename `vss-client` crate to `vss-client-ng` (#46).
8+
- Enable `reqwest` client-level timeouts (#39).
9+
- Add `VssClient::from_client_and_headers` constructor (#39).
10+
11+
In total, this release features 15 files changed, 205 insertions, 1162 deletions in 19 commits from 2 authors in alphabetical order:
12+
- Elias Rohrer
13+
- Leo Nash

0 commit comments

Comments
 (0)