From 38d8c342016d03c1773a5fe87c296a27f1208b94 Mon Sep 17 00:00:00 2001 From: "David E. Weekly" Date: Fri, 18 Sep 2026 20:52:20 -0700 Subject: [PATCH 1/2] docs: update the website to 0.3.1 Points the download, release-notes, walkthrough, and attestation examples at the 0.3.1 release and its accepted revision. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01FtirLUpUr9aWq57opQ3WVi --- site/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/site/index.html b/site/index.html index 2a7df58..11a0024 100644 --- a/site/index.html +++ b/site/index.html @@ -42,10 +42,10 @@ "applicationCategory": "DeveloperApplication", "applicationSubCategory": "Reverse engineering", "operatingSystem": "Linux, macOS", - "softwareVersion": "0.2.0", + "softwareVersion": "0.3.1", "url": "https://dweekly.github.io/luad/", "codeRepository": "https://github.com/dweekly/luad", - "downloadUrl": "https://github.com/dweekly/luad/releases/tag/v0.2.0", + "downloadUrl": "https://github.com/dweekly/luad/releases/tag/v0.3.1", "programmingLanguage": "Rust", "license": "https://spdx.org/licenses/MIT.html", "description": "A memory-safe Rust CLI and library that inspects, disassembles, and validates compiled Lua bytecode, including the non-stock layouts found in embedded firmware. Reports the exact declared profile with byte-level provenance.", @@ -62,7 +62,7 @@
luad - v0.2.0 · experimental + v0.3.1 · experimental