From e7fcc7270b5eccc3fd1b00d710ac753809c075f0 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Fri, 22 May 2026 09:17:38 +0200 Subject: [PATCH 1/3] docs: add version history to spec page build --- specifications/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specifications/index.md b/specifications/index.md index 4b228c14..e84b8ad8 100644 --- a/specifications/index.md +++ b/specifications/index.md @@ -16,4 +16,5 @@ dev/index.md 0.2/index.md 0.1/index.md +dev/version_history ``` \ No newline at end of file From ab2c8bf0fe5eb7f03c1e13a7a112fdefd7f331b2 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Fri, 22 May 2026 16:58:37 +0200 Subject: [PATCH 2/3] rfc: update status and clarify version associated with rfc --- rfc/5/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfc/5/index.md b/rfc/5/index.md index fa2c61c6..31c62639 100644 --- a/rfc/5/index.md +++ b/rfc/5/index.md @@ -14,7 +14,7 @@ Add named coordinate systems and expand and clarify coordinate transformations. ## Status -This RFC is currently in RFC state `R4` (authors prepare responses). +This RFC is currently in RFC state `S4` (Update implementations). | **Role** | Name | GitHub Handle | Institution | Date | Status | |----------|------|---------------|-------------|------|--------| @@ -37,7 +37,7 @@ This RFC is currently in RFC state `R4` (authors prepare responses). This RFC provides first-class support for spatial and coordinate transformations in OME-Zarr. -Working version title: **0.6.dev3** +Version associated with this document: **0.6.dev3** ## Background From 75d69ea678927b1542e3c8228d8bd534844a1a9a Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Fri, 22 May 2026 17:28:26 +0200 Subject: [PATCH 3/3] rfc5: update version history --- rfc/5/index.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/rfc/5/index.md b/rfc/5/index.md index 31c62639..429567c0 100644 --- a/rfc/5/index.md +++ b/rfc/5/index.md @@ -1156,6 +1156,16 @@ choose between different options, or software could choose a default (e.g. the f ## Changelog -| Date | Description | Link | -| ---------- | ---------------------------- | ---------------------------------------------------------------------------- | -| 2024-10-08 | RFC assigned and published | [https://github.com/ome/ngff/pull/255](https://github.com/ome/ngff/pull/255) | +| Date | Description | Link| +| - | -| - | +| 2024-10-08 | RFC assigned and published | [https://github.com/ome/ngff/pull/255](https://github.com/ome/ngff/pull/255) | +| 2025-07-01 | First reviews | [Review 1](./reviews/1/index.md), [Review 2](./reviews/2/index.md) | +| 2025-11-26 | First specification draft published | [https://github.com/ome/ngff-spec/releases/tag/0.6.dev1](https://github.com/ome/ngff-spec/releases/tag/0.6.dev1) | +| 2025-08-01 | [Revised version submitted and published](./versions/2/index.md) | [https://github.com/ome/ngff/pull/350](https://github.com/ome/ngff/pull/350) | +| 2025-12-02 | Revised specification published (0.6.dev2) | [https://github.com/ome/ngff-spec/releases/tag/0.6.dev2](https://github.com/ome/ngff-spec/releases/tag/0.6.dev2) | +| 2025-12-01 | Second reviews, RFC accepted with minor revisions | [Review 1](./reviews/1b/index.md), [Review 2](./reviews/2b/index.md) | +| 2026-01-16 | RFC revised and published | [https://github.com/ome/ngff/pull/389](https://github.com/ome/ngff/pull/389) | +| 2026-03-13 | Revised specification published (0.6.dev3) | [https://github.com/ome/ngff-spec/releases/tag/0.6.dev3](https://github.com/ome/ngff-spec/releases/tag/0.6.dev3) | +| 2026-04-28 | Revised specification published (0.6.dev4) | [https://github.com/ome/ngff-spec/releases/tag/0.6.dev4](https://github.com/ome/ngff-spec/releases/tag/0.6.dev4) | + +[Detailed summary of changes](../../specifications/dev/version_history.md)