mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: complete historical release notes
Document every published Loop release and preserve authoritative notes. Add the next-release workflow and rebuild chronological navigation. Rename the reproducible-build guide for clarity.
This commit is contained in:
parent
4ca7a9c5ec
commit
6b942941fb
106 changed files with 3642 additions and 31 deletions
|
|
@ -35,7 +35,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
// These constants define the application version and follow the semantic
|
||||
// versioning 2.0.0 spec (http://semver.org/).
|
||||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
// Note: please update docs/release-notes/release-notes-next.md when you
|
||||
// change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 34
|
||||
appPatch uint = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue