Skip to content

Commit 49af0b0

Browse files
docs: Add release notes
1 parent c32b474 commit 49af0b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/release-notes/release-notes-0.14.2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
`supermacaroon:write` permission to disable access to the
5252
`bakesupermacaroon` endpoint.
5353

54+
* [A `tag` and a `commit_hash` field has been added to the `GetInfo`
55+
response](https://github.com/lightninglabs/lightning-terminal/pull/1034).
56+
The `tag` field will be set to the Git tag that the LiT release binary build
57+
was based on. If the build was not based on a clean tagged commit, this field
58+
will contain the most recent tag suffixed by the commit hash, and/or a
59+
"-dirty" suffix.
60+
The `commit_hash` field will contain the full commit hash of the commit that
61+
LiT release binary build was based on.
62+
The contents of the `version` field in the `GetInfo` response has also been
63+
updated to only include the semantic version number of the LiT release,
64+
following the semantic versioning 2.0.0 spec (http://semver.org/).
65+
5466
## Integrated Binary Updates
5567

5668
### LND

0 commit comments

Comments
 (0)