Skip to content

Commit 4ae2acd

Browse files
authored
Merge pull request #48 from tankyleo/25-11-4-0-changelog
Add CHANGELOG.md, and append 0.4.0 release notes
2 parents 3465c9f + 4d1c80d commit 4ae2acd

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "vss-client-ng"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Leo Nash <hello@leonash.net>", "Elias Rohrer <dev@tnull.de>"]
5-
rust-version = "1.63.0"
5+
rust-version = "1.75.0"
66
license = "MIT OR Apache-2.0"
77
edition = "2021"
88
homepage = "https://lightningdevkit.org/"
9-
repository = "https://github.com/lightningdevkit/rust-vss-client"
9+
repository = "https://github.com/lightningdevkit/vss-client"
1010
description = "Client-side library to interact with Versioned Storage Service (VSS)."
1111
keywords = ["vss", "bitcoin", "lightning", "ldk", "bdk"]
1212
categories = ["web-programming::http-client", "cryptography::cryptocurrencies"]

0 commit comments

Comments
 (0)