Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ All notable changes to this project will be documented in this file.
- Added GitHub Actions workflow for previewing documentation site
- Added GitHub Actions workflow for code coverage reporting
- Removed redundant signs in the example code snippets in `README.md` (with many thanks to the peer review)

## [3.0.5] - 2026-02-03

- Updated dynamic versioning from pre-releases to stable releases
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- 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.

Copilot uses AI. Check for mistakes.