@@ -10,6 +10,86 @@ The workspace versions all 8 crates lock-step (`axonos-capability`,
1010
1111---
1212
13+ ## [ v0.2.3] — 2026-05-27
14+
15+ AxonOS-style refresh. No source-code or API changes — the v0.2.1
16+ implementation is preserved byte-identical, including the public
17+ ` KERNEL_ABI_VERSION = 1 ` contract and all 28 Kani-verified invariants.
18+ This release brings the workspace up to the unified AxonOS visual and
19+ documentation standard applied across the organisation.
20+
21+ ### Added
22+
23+ - ** ` .gitignore ` ** — Rust-workspace hygiene; was missing.
24+ - ** ` SECURITY.md ` ** — vulnerability-disclosure policy mirroring the
25+ policy used in ` axonos-standard ` , ` axonos-swarm ` , and the AxonOS
26+ Project entry-point repository. Explicitly puts the two acknowledged
27+ ` unsafe ` blocks in ` axonos-spsc ` in scope.
28+
29+ ### Changed
30+
31+ - ** README badge palette** — replaced the previous mixed palette
32+ (orange / blue / blueviolet / purple / yellow / brightgreen, mixing
33+ ` for-the-badge ` and ` flat-square ` styles) with the canonical AxonOS
34+ palette in a single consistent style: AxonOS blue ` #0a4a8f ` for
35+ versioned artefacts (Workspace v0.2.3, Standard v1.0.0, Kernel ABI v1),
36+ Rust canonical orange ` #CE422B ` for the language, trust green ` #0d7a5f `
37+ for Verified-by-Kani and the unsafe-discipline tag, slate ` #475569 `
38+ for licence and metadata.
39+ - ** README header** — removed the standalone Ferris mascot image; the
40+ Rust association is communicated through the canonical badge instead.
41+ - ** README "Related repositories"** — replaced with a full ** Position
42+ in the AxonOS stack** table covering all seven repositories.
43+ - ** README footer** — canonical centered AxonOS block (project name,
44+ contacts, five-city locator with Singapore first), decorative emoji
45+ removed.
46+ - ** Repository case in published metadata** — the ` repository ` URL in
47+ every Cargo.toml across the workspace was corrected to the actual,
48+ lowercase GitHub path ` axonos-kernel ` (19 occurrences across the
49+ manifests, the root LICENSE, this changelog's history, and
50+ CONTRIBUTING). The URL is published to crates.io and must be
51+ byte-correct.
52+ - ** Author email everywhere** — the personal author address was
53+ replaced with the project-canonical ` connect@axonos.org ` across 56
54+ occurrences in source files, Cargo.toml manifests, sub-crate READMEs,
55+ the root LICENSE / NOTICE / ABOUT / CONTRIBUTING, and every per-crate
56+ ` LICENSE-APACHE ` and ` LICENSE-MIT ` file. The legacy general-contact
57+ address was folded into ` connect@axonos.org ` as well.
58+ ` security@axonos.org ` is unchanged — the security address is distinct.
59+
60+ ### Notes
61+
62+ - ** Source-code unchanged.** All v0.2.1 APIs work as before. The
63+ binding ABI version ` KERNEL_ABI_VERSION = 1 ` is unchanged; the
64+ Tandem compatibility matrix (Kernel 0.2.x ↔ SDK 0.3.x ↔ ABI v1)
65+ still holds.
66+ - ** Patch bump 0.2.2 → 0.2.3** per SemVer — purely additive,
67+ no breaking API or behavioural changes, no new runtime dependency.
68+
69+ ---
70+
71+ ## [ v0.2.2] — 2026-05-26
72+
73+ Documentation and provenance release (tagged on ` main ` ).
74+
75+ ### Changed
76+
77+ - Aligned the kernel README surface and contact details.
78+
79+ ### Added
80+
81+ - ` CITATION.cff ` — initial machine-readable citation metadata.
82+ - Verified the GitHub and Termux SSH commit-signing provenance for the
83+ release workflow.
84+
85+ ### Notes
86+
87+ - No source-code or API changes. Crate version remained at ` 0.2.1 ` for
88+ this tag; the comprehensive crate-version bump and the full AxonOS-style
89+ refresh land in v0.2.3.
90+
91+ ---
92+
1393## [ v0.2.1] — 2026-05-19
1494
1595CI patch release. No source or API changes from v0.2.0.
@@ -204,13 +284,13 @@ binding.
204284
205285---
206286
207- [ v0.2.1 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.2.1
208- [ v0.2.0 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.2.0
209- [ v0.1.9 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.9
210- [ v0.1.8 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.8
211- [ v0.1.7 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.7
212- [ v0.1.6 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.6
213- [ v0.1.5 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.5
214- [ v0.1.4 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.4
215- [ v0.1.3 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.3
216- [ v0.1.0 ] : https://github.com/AxonOS-org/AxonOS -kernel/releases/tag/v0.1.0
287+ [ v0.2.1 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.2.1
288+ [ v0.2.0 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.2.0
289+ [ v0.1.9 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.9
290+ [ v0.1.8 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.8
291+ [ v0.1.7 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.7
292+ [ v0.1.6 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.6
293+ [ v0.1.5 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.5
294+ [ v0.1.4 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.4
295+ [ v0.1.3 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.3
296+ [ v0.1.0 ] : https://github.com/AxonOS-org/axonos -kernel/releases/tag/v0.1.0
0 commit comments