diff --git a/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md b/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md index 8b0c518..a42bdcc 100644 --- a/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md +++ b/maintainers/adr/0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md @@ -1,7 +1,7 @@ # ADR-0005 | Reserve the plain factory name for the Outcome-returning variant -**Status:** Proposed -**Date:** 2026-07-15 +**Status:** Accepted +**Date:** 2026-07-16 **Decision Makers:** Reefact ## Context diff --git a/maintainers/adr/README.md b/maintainers/adr/README.md index ed7c7cc..35e54a0 100644 --- a/maintainers/adr/README.md +++ b/maintainers/adr/README.md @@ -173,5 +173,5 @@ Optional supporting material: | [ADR-0002](0002-floor-the-tooling-runtime.md) | Floor the tooling runtime at the oldest supported LTS | Accepted | | [ADR-0003](0003-unify-outcome-value-mapping-under-then.md) | Unify Outcome value mapping under Then | Accepted | | [ADR-0004](0004-check-every-pull-request-against-the-adr-base.md) | Check every pull request against the ADR base | Accepted | -| [ADR-0005](0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md) | Reserve the plain factory name for the Outcome-returning variant | Proposed | +| [ADR-0005](0005-reserve-the-plain-factory-name-for-the-outcome-returning-variant.md) | Reserve the plain factory name for the Outcome-returning variant | Accepted | | [ADR-0006](0006-supply-arbitrary-test-values-from-a-seedable-source.md) | Supply arbitrary test values from a single seedable source | Accepted |