Skip to content

Commit

Permalink
Merge pull request #447 from lightninglabs/bump-to-v0.16.0-beta
Browse files Browse the repository at this point in the history
version: bump version to v0.16.0-beta
  • Loading branch information
alexbosworth authored Dec 14, 2021
2 parents c523789 + 0911db6 commit b09969e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,8 @@ This file tracks release notes for the loop client.

#### New Features

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

#### Breaking Changes

#### Bug Fixes

* Fixed issue where loop assumes the mainnet location for lnd.macaroonpath regardless of passed network parameters.

#### Maintenance
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 15
appPatch uint = 1
appMinor uint = 16
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit b09969e

Please sign in to comment.