diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 773f633..e89ecae 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -16,6 +16,6 @@ jobs: 8.0.x 9.0.x 10.0.x - 11.0.100-preview.6.26359.118 + 11.0.x runCdk: false secrets: inherit diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index 53541bb..cf97b71 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -6,11 +6,16 @@ today. - **Today.** Compono's shipped package set — [`Compono`](../packages/compono.md), [`Compono.XunitV3`](../packages/compono-xunitv3.md), - [`Compono.NSubstitute`](../packages/compono-nsubstitute.md), and - [`Compono.Bogus`](../packages/compono-bogus.md) — covers the full MVP - package set (`docs/mvp.md`'s "MVP Package Set"). If a capability isn't - documented in [Concepts](../concepts/index.md), [How-to Guides](../how-to/index.md), - or a [Package Guide](../packages/index.md), it isn't available yet — see + [`Compono.NSubstitute`](../packages/compono-nsubstitute.md), + [`Compono.Bogus`](../packages/compono-bogus.md), and + [`Compono.TUnit`](../packages/compono-tunit.md) — covers the full MVP + package set (`docs/mvp.md`'s "MVP Package Set") plus `Compono.TUnit`, + the first candidate to graduate the whole way through + [Future Packages](future-packages.md)' admission model + ([PLAN-0040](../plans/0040-compono-tunit-package-design.md)). If a + capability isn't documented in [Concepts](../concepts/index.md), + [How-to Guides](../how-to/index.md), or a + [Package Guide](../packages/index.md), it isn't available yet — see below for where it might be headed. - **Experimental / under discussion.** [Proposed ADRs](proposed-adrs.md) — design decisions still being discussed, not yet `Accepted`. diff --git a/global.json b/global.json index ca9888e..e6da6c0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26359.118", + "version": "11.0.100-preview.7.26381.103", "rollForward": "latestFeature" }, "test": {