[v0.2.1] — 2026-05-27
Polish release. No source-code or API changes — v0.2.0 source is preserved
byte-identical. This release brings the repository up to the unified AxonOS
visual and documentation standard applied across the organisation.
Added
CITATION.cff— machine-readable citation metadata; GitHub renders the
"Cite this repository" button from it.SECURITY.md— vulnerability-disclosure policy mirroring the policy used
inaxonos-standardand the AxonOS Project entry-point repository.
Changed
- README badge palette — aligned to the canonical AxonOS palette: AxonOS
blue#0a4a8ffor versioned artefacts (Crate v0.2.1, Standard v1.0.0), Rust
canonical orange#CE422B, slate#475569for licence and status. Replaces
the previous genericorange/blueplaceholder colours. - README stack table — adds the missing
axonos-standardrow at the top
(canonical normative spec) and separatesaxonos-rfcsonto its own row
(engineering proposals). The full AxonOS stack is now visible from this
repository's landing page. - README footer — replaced ad-hoc copyright line with the canonical
centered AxonOS footer block (project name, contacts, five-city locator). - Author email —
denis@axonos.org(personal) →connect@axonos.org
(project-canonical) inCargo.tomlandLICENSE. The project's general
contact isconnect@axonos.orggoing forward;security@axonos.orgremains
the security disclosure address.
Notes
- Source-code unchanged. All v0.2.0 APIs (
NeuralPtpKalman,SwarmScheduler,
SwarmFaultDetector) work as before. Wire format and SC0–SC6 contract bounds
byte-identical. - Patch bump 0.2.0 → 0.2.1 per SemVer — purely additive, no breaking changes,
no new dependency.
Install via Cargo:
axonos-swarm = { git = "https://github.com/AxonOS-org/axonos-swarm", tag = "v0.2.1" }Source archive: see assets below.
Full changelog: CHANGELOG.md