mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
version: bump version to v0.31.0-beta
This commit is contained in:
parent
7a620ea4ae
commit
1b214ca175
2 changed files with 1 additions and 7 deletions
|
|
@ -15,12 +15,6 @@ This file tracks release notes for the loop client.
|
|||
## Next release
|
||||
|
||||
#### New Features
|
||||
* [Enhance](https://github.com/lightninglabs/loop/pull/912) the
|
||||
`loop listswaps` command by improving the ability to filter the
|
||||
response. Use `--start_timestamp_ns` to return only swaps after
|
||||
that timestamp. Use `--max_swaps` to limit total swap outputs.
|
||||
Paging is enabled using the `next_start_time` field in the response.
|
||||
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 30
|
||||
appMinor uint = 31
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue