Skip to content

Commit b09969e

Browse files
authored
Merge pull request #447 from lightninglabs/bump-to-v0.16.0-beta
version: bump version to v0.16.0-beta
2 parents c523789 + 0911db6 commit b09969e

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

release_notes.md

-11
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,8 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

19-
* `--private` flag is now available on the `loop in` command, meaning users can
20-
now loop in to private nodes! This was implemented in [#415](https://github.com/lightninglabs/loop/pull/415)
21-
and has an implementation of LND's hop hints creation feature for the time
22-
being. The flag is also available in `loop quote in` as an extension.
23-
* `--route_hints` has also been added on the `loop in` and `loop quote in` cli
24-
commands, and was also include in [#415](https://github.com/lightninglabs/loop/pull/415).
25-
While the `--private` flag autogenerates routehints to assist the payer (Lightning Labs),
26-
`--route_hints` allows the user to feed their own crafted versions if they so please.
27-
2819
#### Breaking Changes
2920

3021
#### Bug Fixes
3122

32-
* Fixed issue where loop assumes the mainnet location for lnd.macaroonpath regardless of passed network parameters.
33-
3423
#### Maintenance

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 15
30-
appPatch uint = 1
29+
appMinor uint = 16
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)