Skip to content

Commit c3f0849

Browse files
authored
chore: release 0.5.0
1 parent 6d5475a commit c3f0849

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

.changelog/tip1034-session-client.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.5.0 (2026-06-10)
4+
5+
### Minor Changes
6+
7+
- Added TIP-1034 Tempo session client support, including descriptor-backed channel persistence, session reuse, top-ups, SSE voucher updates, and cooperative close handling while preserving legacy session compatibility. (by @alexrisch, [#494](https://github.com/tempoxyz/wallet/pull/494))
8+
9+
### Patch Changes
10+
11+
- Exposed service credit support in wallet service discovery output, allowed filtering for credit-capable services, fixed credits transfer dry runs to avoid redeem submission, and documented the MPP Credits workflow. (by @alexrisch, [#495](https://github.com/tempoxyz/wallet/pull/495), [#496](https://github.com/tempoxyz/wallet/pull/496))
12+
313
## 0.4.5 (2026-06-04)
414

515
### Minor Changes

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.5"
6+
version = "0.5.0"
77

88
[workspace.lints]
99
[workspace.lints.clippy]

0 commit comments

Comments
 (0)