2.2 Non-Functional Requirements

3. Release Management

3.1 Versioning Scheme

D3-TUI uses Semantic Versioning (SemVer):

MAJOR.MINOR.PATCH
├──────┬──────┬─────┤
│      │      │     │
│      │      └─────┘ Patch: Bug fixes, minor improvements
│      │
│      └──────────────┘ Minor: New features, backward-compatible
│
└─────────────────────────┘ Major: Breaking changes