Docs: Update CHANGELOG links and remove Unreleased section#32
Merged
Conversation
This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested.
This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested.
This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This commit adds the release notes for version 1.2.1 to the CHANGELOG.md file. This version includes the correction of the release comparison links.
PPeitsch
approved these changes
Aug 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR corrects and updates the release comparison links at the bottom of the
CHANGELOG.mdfile, as requested in issue #30.Based on user feedback, this PR also removes the
[Unreleased]section and its corresponding link definition, as it was deemed unnecessary.Type of Change
Testing
The changes were made to a Markdown documentation file (
CHANGELOG.md), so no specific code tests were required. However, to ensure the integrity of the project, I have performed the following checks:requirements.txtandrequirements-dev.txt).pytestand confirmed that all 62 tests pass.pre-commithooks to ensure the changes comply with the project's code style.Screenshots
Not applicable.
Checklist
Fixes #30