Changelog¶
The full changelog is maintained in the repository root and on GitHub Releases.
Versioning¶
DevSync follows Semantic Versioning:
- Major (X.0.0) -- Breaking changes to CLI commands, YAML schemas, or data formats
- Minor (0.X.0) -- New features, new IDE integrations, new commands
- Patch (0.0.X) -- Bug fixes, documentation updates, minor improvements
The changelog format is based on Keep a Changelog.