fix: address code review feedback

- Remove version_variables from pyproject.toml (not needed with version_source="tag")
- Clean up CHANGELOG.md comparison links to avoid duplicate/incorrect references
- Keep only [Unreleased] link since v0.5.0 tag doesn't exist yet

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-08 07:59:47 +00:00
parent 23de539800
commit 67cbc5e80d
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -34,7 +34,6 @@ version = {file = "VERSION"}
[tool.semantic_release]
version_toml = []
version_variables = ["VERSION:__version__"]
version_source = "tag"
commit_version_number = true
tag_format = "v{version}"