Commit 9148c6a
authored
docs: prepare 0.2.0 release narrative (#99)
Reframe the contract docs from the `0.1.x` beta line to the upcoming
`0.2.x` stable line ahead of cutting v0.2.0 as the first stable release.
- `RELEASE.md`: replace the inaccurate "original 0.1.0 release
established the baseline" claim (no `v0.1.0` tag, GitHub release, or
npm version ever existed) with an accurate statement that the `0.1.x`
beta line established the baseline and `0.2.0` is the first stable
cut on top of it.
- `ROADMAP.md`, `README.md`, `design/ARCHITECTURE.md`: substitute
`0.1.x` → `0.2.x` in the "current release line" narrative sentences.
Historical references (e.g. "pre-`0.1.0` release-readiness milestone"
on `design/ARCHITECTURE.md:43`) are left alone.
- `CHANGELOG.md`: add a Notes section to the Unreleased block
documenting that `protocolVersion` intentionally stays at `0.1.0` —
the upcoming release is additive over the `0.1.x` envelope contract
and does not change the public JSON shape; only the package version
moves to `0.2.0`.
The `[Unreleased]` header itself is intentionally not renamed to
`[v0.2.0] - <date>` in this PR. That rename belongs in the
release-prep commit so the Release Changelog workflow's
"does this version header already exist?" check sees a coherent state
across the version-bump.
`dogfood/CATALOG.md:27` ("Current release-signoff bundle for the
`0.1.0` bar.") is also intentionally not touched here; it should be
updated in the follow-up PR that adds the fresh `v0.2.0`-era
release-readiness dogfood bundle.
Change-Id: Iacd16a123d491b6fa87748c6aa405afe9a8318a1
Signed-off-by: Thomas Kosiewski <tk@coder.com>1 parent cfca1ab commit 9148c6a
5 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments