Without Git tags, package maintainers face several challenges:
No standardized way to identify release versions.
Increased risk of errors in manual version tracking.
Difficulty automating builds (scripts can’t reliably fetch specific releases).
This update adds semantic version tags (e.g., v1.0.0) to address these issues.