Conversation
Update CHANGELOG.md
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 10 10
Lines 412 412
Branches 68 68
=======================================
Hits 407 407
Misses 2 2
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the CHANGELOG.md file to document version 3.0.5 of the project, which transitions the dynamic versioning configuration from pre-releases to stable releases.
Changes:
- Added a new changelog entry for version 3.0.5 dated 2026-02-03
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## [3.0.5] - 2026-02-03 | ||
|
|
||
| - Updated dynamic versioning from pre-releases to stable releases |
There was a problem hiding this comment.
The version number jumps from 3.0.0 to 3.0.5, skipping versions 3.0.1 through 3.0.4. In semantic versioning, patch versions typically increment sequentially (3.0.0 → 3.0.1 → 3.0.2, etc.). If versions 3.0.1-3.0.4 were pre-release versions that are now being replaced by this stable release, consider adding a note in the changelog entry to clarify this. Otherwise, the next patch version should be 3.0.1.
| - Updated dynamic versioning from pre-releases to stable releases | |
| - Updated dynamic versioning from pre-releases to stable releases | |
| - Note: Versions 3.0.1–3.0.4 were pre-release versions and are superseded by this stable release. |
No description provided.