Skip to content

Commit 8c3206c

Browse files
authored
Merge pull request #363 from lightninglabs/bump-to-v0.12.1-beta
version: bump to v0.12.1-beta
2 parents 1681aaf + cedd16a commit 8c3206c

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

release_notes.md

-14
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,7 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
* A new flag, `--verbose`, or `-v`, is added to `loop in`, `loop out` and
19-
`loop quote`. Responses from these commands are also updated to provide more
20-
verbose info, giving users a more intuitive view about money paid
21-
on/off-chain and fees incurred. Use `loop in -v`, `loop out -v`,
22-
`loop quote in -v` or `loop quote out -v` to view the details.
23-
* A stripped down version of the Loop server is now provided as a
24-
[Docker image](https://hub.docker.com/r/lightninglabs/loopserver). A quick
25-
start script and example `docker-compose` environment as well as
26-
[documentation on how to use the `regtest` Loop server](https://github.com/lightninglabs/loop/blob/master/regtest/README.md)
27-
was added too.
2818

2919
#### Breaking Changes
3020

3121
#### Bug Fixes
32-
* A bug that would not list autoloop rules set on a per-peer basis when they
33-
were excluded due to insufficient budget, or the number of swaps in flight
34-
has been corrected. These rules will now be included in the output of
35-
`suggestswaps` with other autoloop peer rules.

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 12
30-
appPatch uint = 0
30+
appPatch uint = 1
3131

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

0 commit comments

Comments
 (0)