2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

version: bump version to v0.14.0-beta

This commit is contained in:
Alex Bosworth 2021-06-01 10:02:31 -07:00
parent beff8964f7
commit 2d48842605
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E
2 changed files with 1 additions and 9 deletions

View File

@ -15,14 +15,6 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
- The loopd client reports off-chain routing failures for loop out swaps if
it cannot find a route to the server for the swap's prepay or invoice payment.
This allows the server to release accepted invoices, if there are any,
earlier, reducing the amount of time that funds are held off-chain. If the
swap failed on one of the loop server's channels, it will report failure
location of its off-chain failure. If the failure occurred outside of the
loop server's infrastructure, a generic failure will be used so that no
information about the client's position in the network is leaked.
#### Breaking Changes

View File

@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 13
appMinor uint = 14
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per