mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #410 from lightninglabs/update-to-v0.15.0-beta
version: bump version to v0.15.0-beta
This commit is contained in:
commit
63f34ec45c
2 changed files with 2 additions and 10 deletions
|
|
@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
|
|||
## Next release
|
||||
|
||||
#### New Features
|
||||
* Loop-in quote now asks the server to optionally probe the client to test
|
||||
inbound liquidity. The server may use this information to give more accurate
|
||||
quotes.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
||||
* Grpc error codes returned by the swap server when swap initiation fails are
|
||||
now surfaced to the client. Previously these error codes would be returned
|
||||
as a string.
|
||||
|
||||
#### Maintenance
|
||||
* Updated compile time dependencies of `lnd`, `grpc-gateway`, `protobuf` and
|
||||
`grpc`.
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 14
|
||||
appPatch uint = 2
|
||||
appMinor uint = 15
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue