What changed, and why it matters
This commit only bumps the project's version label from '25.10.beta2' to '25.10.beta3' in three files. It contains no code, configuration, or behavior changes that affect security.
No action needed; this is a routine version-bump commit with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the version string in mkdocs.yml, pyproject.toml, and src/krux/metadata.py. No functional code, dependency, cryptographic material, or build process was modified. The SIGNER_PUBKEY in metadata.py remains unchanged.
Changed components
Inspect captured patch +3 / −3
diff --git a/mkdocs.yml b/mkdocs.yml
index b54da2c..a6433c6 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.beta2
+ latest_krux: krux-v25.10.beta3
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 b808128..796b54c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@
[tool.poetry]
name = "krux"
-version = "25.10.beta2"
+version = "25.10.beta3"
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 edba708..091eea9 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.beta2"
+VERSION = "25.10.beta3"
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.