Skip to content

Commit

Permalink
Merge pull request #103 from guggero/version-bump
Browse files Browse the repository at this point in the history
version: bump to v0.2.3-alpha
  • Loading branch information
guggero authored Jan 18, 2021
2 parents 581de2d + a653ffc commit 276b698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ This file tracks release notes for the loop client.
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.

## Next release
- Fixed compile time compatibility with `lnd v0.12.0-beta`.

#### New Features
* The output of the `audit` rpc is now sorted by ascending timestamp.
* A pre-set custom category for [Lightning Pool](https://github.com/lightninglabs/pool) has been added to the `audit` cli, and can be used to separate all pool-related transactions into their own category called `pool` using `audit --pool-category`.

#### Breaking Changes

#### Bug Fixes
* A bug in the `audit` custom categories functionality which switched on-chain and off-chain categories has been fixed.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// Please update release_notes.md when updating this!
appMajor uint = 0
appMinor uint = 2
appPatch uint = 2
appPatch uint = 3

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

0 comments on commit 276b698

Please sign in to comment.