mirror of
https://github.com/lightninglabs/loop
synced 2024-11-16 00:12:52 +00:00
Merge pull request #318 from alexbosworth/v0.11.1-beta
version: bump to 0.11.1-beta
This commit is contained in:
commit
86fc1b9270
@ -16,13 +16,6 @@ This file tracks release notes for the loop client.
|
|||||||
|
|
||||||
#### NewFeatures
|
#### NewFeatures
|
||||||
|
|
||||||
* When requesting a swap, a new `initiator` field can be set on the gRPC/REST
|
|
||||||
interface that is appended to the user agent string that is sent to the server
|
|
||||||
to give information about Loop usage. The initiator field is meant for user
|
|
||||||
interfaces to add their name to give the full picture of the binary used
|
|
||||||
(`loopd`, LiT) and the method/interface used for triggering the swap (`loop`
|
|
||||||
CLI, autolooper, LiT UI, other 3rd party UI).
|
|
||||||
|
|
||||||
#### Breaking Changes
|
#### Breaking Changes
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
@ -27,7 +27,7 @@ const (
|
|||||||
// Note: please update release_notes.md when you change these values.
|
// Note: please update release_notes.md when you change these values.
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 11
|
appMinor uint = 11
|
||||||
appPatch uint = 0
|
appPatch uint = 1
|
||||||
|
|
||||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||||
// the semantic versioning spec.
|
// the semantic versioning spec.
|
||||||
|
Loading…
Reference in New Issue
Block a user