version: bump version to v0.15.0-beta

pull/410/head
Alex Bosworth 3 years ago
parent 91ad53a811
commit 7c4c021c07
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
## Next release ## Next release
#### New Features #### 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 #### Breaking Changes
#### Bug Fixes #### 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 #### Maintenance
* Updated compile time dependencies of `lnd`, `grpc-gateway`, `protobuf` and
`grpc`.

@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const ( 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 = 14 appMinor uint = 15
appPatch uint = 2 appPatch uint = 0
// 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…
Cancel
Save