v1.0.1
v1.0.1 — Automatic Versioning Enabled
This release demonstrates the new automatic semantic versioning workflow.
What Changed
- Release process is now fully automated via CI/CD
- Tags created by GitHub Actions on commits to main
- No manual versioning steps required
Going Forward
- Each commit to main will increment the patch version automatically
- Next commits will generate v1.0.2, v1.0.3, etc.
- Sprint 4 work begins with this foundation in place
Release Notes
- Merge Sprint 3 close-out to main
- Deploy automatic versioning system
- Document new release process