Skip to content

Commit 25c0cf1

Browse files
committed
version: bump version to v0.26.0-beta
1 parent 8986763 commit 25c0cf1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

release_notes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
This new feature enables loop out and autoloop out operations to sweep htlcs to addresses generated from an extened public key.
19-
A precondition for using the loop client in this fashion is onboarding a xpub account in the backing lnd instance, e.g.
20-
`lncli wallet accounts import xpub... my_loop_account --address_type p2tr --master_key_fingerprint 0df50`.
21-
Loop outs can then be instructed to sweep to a new derived address from the specified account, e.g:
22-
`loop out --amt 10000000 --account my_loop_account --address_type p2tr`.
23-
To use this functionality with autoloop out one has to set the backing lnd account and address type via liquidity parameters for autoloop, e.g.
24-
`loop --network regtest setparams --autoloop=true --account=my_loop_account --account_addr_type=p2tr ...`
2518

2619
#### Breaking Changes
2720

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 25
30-
appPatch uint = 2
29+
appMinor uint = 26
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)