Merging upstream version 4.6.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-08 06:06:34 +02:00
parent f45c9e0d6c
commit 5a71f1c38c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 174 additions and 31 deletions

View file

@ -1,3 +1,22 @@
## v4.6.3 (2025-05-07)
### Fix
- **changelog.py**: cross-platform path handling using os.path.join and modify the path linter and test parameter
- **changelog.py**: modify the CHANGELOG.md generated by cz bump --changelog to the right place
## v4.6.2 (2025-05-05)
### Fix
- **docs**: fix url link and table formatting in the customization docs (#1399)
## v4.6.1 (2025-05-05)
### Fix
- **commit**: use os.unlink to remove temp file
## v4.6.0 (2025-04-13)
### Feat