From 036fa2d19d792c39d5b2c060e9dcda7280859db5 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 6 Apr 2026 10:34:33 +0200 Subject: [PATCH] release: bump version to 0.9.0 --- README.md | 10 +++++----- docs/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ff7d2fb..9fac785 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Go-based FM stereo transmitter with RDS. Supports ADALM-Pluto (PlutoSDR) and Soa ## Status -**Current status:** `v0.7.0-pre` — hardware bring-up milestone +**Current status:** `v0.9.0` — runtime hardening milestone What is already in place: - complete DSP chain: audio -> pre-emphasis -> stereo encoding -> RDS -> MPX -> limiter -> FM modulation @@ -16,10 +16,10 @@ What is already in place: - live audio ingestion via stdin or HTTP stream input Current engineering focus: -- deterministic runtime behavior -- fault handling / recovery -- observability and runtime telemetry -- hardware-validated signal quality +- merge/release stabilization after runtime hardening +- deferred hardware-in-the-loop / RF validation work +- deferred device-aware capability / calibration work +- deferred signal self-monitoring work For the active runtime-hardening track, see: - `docs/pro-runtime-hardening-workboard.md` diff --git a/docs/README.md b/docs/README.md index 34424e9..9d29a0f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -116,5 +116,5 @@ The HTTP control plane also exposes `GET /dry-run` for quick inspection. ## Release posture Current honest release posture: **pre-v1**. -Recommended milestone tag: `v0.4.0-pre`. +Recommended milestone tag: `v0.9.0`. See `CHANGELOG.md` and `RELEASE.md`.