Skip to content

Commit 5f000f1

Browse files
Merge pull request #889 from ViktorTigerstrom/2024-10-litd_v0_13_6
Bump `litd` version to `v0.13.6-alpha`
2 parents 1aba7f6 + 6e65887 commit 5f000f1

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878

7979
| LiT | LND |
8080
|-------------------|--------------|
81+
| **v0.13.6-alpha** | v0.17.1-beta |
8182
| **v0.13.5-alpha** | v0.17.1-beta |
8283
| **v0.13.4-alpha** | v0.17.1-beta |
8384
| **v0.13.3-alpha** | v0.17.1-beta |
@@ -161,6 +162,7 @@ The following table shows the supported combinations:
161162

162163
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
163164
|-------------------|--------------|--------------|---------------|--------------|----------------|
165+
| **v0.13.6-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
164166
| **v0.13.5-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
165167
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
166168
| **v0.13.3-alpha** | v0.18.2-beta | v0.28.6-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Release Notes
2+
3+
- [Lightning Terminal](#lightning-terminal)
4+
- [Bug Fixes](#bug-fixes)
5+
- [Functional Changes/Additions](#functional-changesadditions)
6+
- [Technical and Architectural Updates](#technical-and-architectural-updates)
7+
- [Integrated Binary Updates](#integrated-binary-updates)
8+
- [LND](#lnd)
9+
- [Loop](#loop)
10+
- [Pool](#pool)
11+
- [Faraday](#faraday)
12+
- [Taproot Assets](#taproot-assets)
13+
- [Contributors](#contributors-alphabetical-order)
14+
15+
## Lightning Terminal
16+
17+
### Bug Fixes
18+
19+
* [Bump application version](https://github.com/lightninglabs/lightning-terminal/pull/889)
20+
to `v0.13.6-alpha` with a hotfix release, as the previous `litd` release
21+
didn't update the application version.
22+
23+
### Functional Changes/Additions
24+
25+
### Technical and Architectural Updates
26+
27+
## Integrated Binary Updates
28+
29+
### LND
30+
31+
### Loop
32+
33+
### Pool
34+
35+
### Faraday
36+
37+
### Taproot Assets
38+
39+
# Contributors (Alphabetical Order)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 13
26-
appPatch uint = 4
26+
appPatch uint = 6
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.

0 commit comments

Comments
 (0)