Skip to content

Commit 96a2187

Browse files
authored
Merge pull request #310 from lightninglabs/v0.11.0-beta
version: bump to 0.11.0-beta
2 parents 87d7899 + a944834 commit 96a2187

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

release_notes.md

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

1717
#### NewFeatures
1818

19-
* The loop client now labels all its on-chain transactions to make them easily
20-
identifiable in `lnd`'s `listchaintxns` output.
21-
22-
##### Introducing Autoloop
23-
* This release includes support for opt-in automatic dispatch of loop out swaps,
24-
based on the output of the `Suggestions` endpoint.
25-
* To enable the autolooper, the following command can be used:
26-
`loop setparams --autoout=true --autobudget={budget in sats} --budgetstart={start time for budget}`
27-
* Automatically dispatched swaps are identified in the output of the
28-
`ListSwaps` with the label `[reserved]: autoloop-out`.
29-
* If autoloop is not enabled, the client will log the actions that the
30-
autolooper would have taken if it was enabled, and the `Suggestions` endpoint
31-
can be used to view the exact set of swaps that the autolooper would make if
32-
enabled.
33-
3419
#### Breaking Changes
3520

3621
#### Bug Fixes

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
// Note: please update release_notes.md when you change these values.
2525
appMajor uint = 0
26-
appMinor uint = 10
26+
appMinor uint = 11
2727
appPatch uint = 0
2828

2929
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)