What changed, and why it matters
This commit simply changes three version strings from a beta release name (25.10.beta3) to the final release name (25.10.0). It does not modify any code that handles data, cryptography, user input, or device behavior. There is no security-relevant change.
No action needed; this is a routine release-version bump.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the declared package version in mkdocs.yml, pyproject.toml, and src/krux/metadata.py from ‘25.10.beta3’ to ‘25.10.0’. No functional code, dependencies, build scripts, or cryptographic material (other than the unchanged SIGNER_PUBKEY constant) were altered.
Changed components
Inspect captured patch +3 / −3
diff --git a/mkdocs.yml b/mkdocs.yml
index a6433c6..37ce281 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -52,7 +52,7 @@ edit_uri: edit/main/docs
docs_dir: docs
site_dir: public
extra:
- latest_krux: krux-v25.10.beta3
+ latest_krux: krux-v25.10.0
latest_installer: v0.0.20
latest_installer_rpm: krux-installer-0.0.20-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.20_amd64.deb
diff --git a/pyproject.toml b/pyproject.toml
index 796b54c..77b6800 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@
[tool.poetry]
name = "krux"
-version = "25.10.beta3"
+version = "25.10.0"
description = "Open-source signing device firmware for Bitcoin"
authors = ["Jeff S <jeffreesun@protonmail.com>"]
readme = "README.md"
diff --git a/src/krux/metadata.py b/src/krux/metadata.py
index 091eea9..f31b559 100644
--- a/src/krux/metadata.py
+++ b/src/krux/metadata.py
@@ -19,5 +19,5 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-VERSION = "25.10.beta3"
+VERSION = "25.10.0"
SIGNER_PUBKEY = "03339e883157e45891e61ca9df4cd3bb895ef32d475b8e793559ea10a36766689b"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.