v0.2.2 — bump script + attribution
·
97 commits
to master
since this release
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.meplaceholder with Patrick S Connallon in every// Copyright (C)and// Architect:header across the Rust crate, and in the JSX footer insrc/components/ConfigTab.tsx. 19 files touched; comment-only. (#15)
Fixed
scripts/bump-version.ps1no longer pulls in semver-patch transitive dependency updates as a side effect of the bump. Switched fromcargo update -p nexthop(which re-resolves transitives) tocargo metadata --format-version 1 --quiet. Verified on this cut:Cargo.lockdiff was exactly the workspace member version line. (#14)
Full diff: v0.2.1...v0.2.2