Conversation
Bump to 0.1.0 (minor version) as this release adds the text-generation package, which is a new feature/capability. Following SemVer best practices for initial development releases.
Pull Request Review: Version Bump to 0.1.0SummaryThis PR bumps the version from 0.0.3 to 0.1.0 for both the main package and the text-generation sub-package. The change is minimal (2 additions, 2 deletions) and follows SemVer conventions for indicating a new feature release. ✅ Strengths1. Correct SemVer Application
2. Clear Documentation
3. Release Process Integration
🔍 Observations & Recommendations1. Version Synchronization
|
Version Bump: 0.0.3 → 0.1.0
This is a minor version bump following SemVer best practices, as this release adds a new feature/capability:
What's New
SemVer Rationale
Next Steps
After merge:
git tag v0.1.0git push origin v0.1.0