File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ This file tracks release notes for the loop client.
15
15
## Next release
16
16
17
17
#### New Features
18
- * [ Enhance] ( https://github.com/lightninglabs/loop/pull/912 ) the
19
- ` loop listswaps ` command by improving the ability to filter the
20
- response. Use ` --start_timestamp_ns ` to return only swaps after
21
- that timestamp. Use ` --max_swaps ` to limit total swap outputs.
22
- Paging is enabled using the ` next_start_time ` field in the response.
23
-
24
18
25
19
#### Breaking Changes
26
20
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 30
29
+ appMinor uint = 31
30
30
appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments