-
-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Description
Description
The CHANGELOG.md file has not been updated since version 5.13.2 (December 2023), despite three new major/minor releases being published to PyPI:
- 6.0.0 (released January 27, 2025)
- 6.0.1 (released February 26, 2025)
- 6.1.0 (released October 1, 2025)
Impact
Users cannot see what changed between 5.13.2 and 6.x versions, making it difficult to:
- Understand what features/fixes were added
- Identify breaking changes when upgrading
- Decide whether to upgrade or stay on 5.x
Proposed Solution
Add CHANGELOG entries for these three versions by:
- Reviewing commits between 5.13.2 and each release tag
- Categorizing changes (breaking changes, new features, bug fixes, etc.)
- Following the existing CHANGELOG format and semver guidelines
Context
- Last CHANGELOG entry: 5.13.2 (December 13, 2023)
- Number of commits since 5.13.2: ~186 commits
- Related: Pre-commit documentation was also outdated (being fixed in separate PR)
DanielNoord
Metadata
Metadata
Assignees
Labels
No labels