Skip to content

v0.2.2 — bump script + attribution

Choose a tag to compare

@SupremeCommanderHedgehog SupremeCommanderHedgehog released this 26 May 23:52
· 97 commits to master since this release
v0.2.2
23a6cb2

Patch release. Backwards-compatible — no config schema, CLI, or /stats shape changes. Developer-tooling fix plus a documentation update; no runtime changes.

Changed

  • Replaced the nexthop@krypte.me placeholder with Patrick S Connallon in every // Copyright (C) and // Architect: header across the Rust crate, and in the JSX footer in src/components/ConfigTab.tsx. 19 files touched; comment-only. (#15)

Fixed

  • scripts/bump-version.ps1 no longer pulls in semver-patch transitive dependency updates as a side effect of the bump. Switched from cargo update -p nexthop (which re-resolves transitives) to cargo metadata --format-version 1 --quiet. Verified on this cut: Cargo.lock diff was exactly the workspace member version line. (#14)

Full diff: v0.2.1...v0.2.2