Add VERSION.md for tracking version changes
Created VERSION.md to track version history and establish versioning policy
for future releases.
Versioning Policy:
- v1.x.x: Stable API, 100% backward compatibility
- Major (v2.x.x): Only for breaking changes
- Minor (v1.x.0): New features, non-breaking enhancements
- Patch (v1.0.x): Bug fixes, documentation, internal improvements
The file includes:
- Complete v1.0.0 release notes
- Versioning policy and semantic versioning guidelines
- Release process checklist
- Sections for tracking planned changes (v1.1.0, v1.0.1)
- Stability guarantees for v1.x.x releases
This provides a clear process for maintaining the module going forward
while tracking all changes for users.
๐ค Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>