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:
Slyghtning 2026-07-21 22:01:35 +02:00
parent 4ca7a9c5ec
commit 6b942941fb
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
106 changed files with 3642 additions and 31 deletions

View file

@ -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