Part of #401
What
Update the Internal Ecosystem Version Pinning table in DEPENDENCY_MATRIX.md to reflect that network_system has published its first tagged release (v0.1.0).
- Current:
network_system row shows "— (no release yet)" and "— (pending first tag)"
- Expected:
network_system row shows v0.1.0 for Latest Release, FetchContent GIT_TAG, and vcpkg REF
Why
- The DEPENDENCY_MATRIX.md is the single source of truth for ecosystem version tracking
network_system v0.1.0 was released on 2026-03-14 but the matrix was not updated
- Downstream consumers referencing this document may not know they can pin to a tagged version
How
Changes Required
- Update line 165 of
DEPENDENCY_MATRIX.md:
- From:
| network_system | — (no release yet) | — (pending first tag) | — (pending first tag) |
- To:
| network_system | \v0.1.0` | `v0.1.0` | `v0.1.0` |`
Acceptance Criteria
Part of #401
What
Update the Internal Ecosystem Version Pinning table in
DEPENDENCY_MATRIX.mdto reflect thatnetwork_systemhas published its first tagged release (v0.1.0).network_systemrow shows "— (no release yet)" and "— (pending first tag)"network_systemrow showsv0.1.0for Latest Release, FetchContent GIT_TAG, and vcpkg REFWhy
network_system v0.1.0was released on 2026-03-14 but the matrix was not updatedHow
Changes Required
DEPENDENCY_MATRIX.md:| network_system | — (no release yet) | — (pending first tag) | — (pending first tag) || network_system | \v0.1.0` | `v0.1.0` | `v0.1.0` |`Acceptance Criteria
network_systemrow in DEPENDENCY_MATRIX.md showsv0.1.0