Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing CHANGELOG entries for versions 6.0.0, 6.0.1, and 6.1.0 #2414

@pranlawate

Description

@pranlawate

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:

  1. Reviewing commits between 5.13.2 and each release tag
  2. Categorizing changes (breaking changes, new features, bug fixes, etc.)
  3. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions