1
0
Fork 0

Adding upstream version 0.5.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-04 22:22:32 +02:00
parent 303fa6e9d8
commit 97e6d74bac
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
110 changed files with 12006 additions and 0 deletions

24
.github/release.yml vendored Normal file
View file

@ -0,0 +1,24 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking 💥
labels:
- breaking
- title: Added 🎉
labels:
- feature
- title: Changed 🛠
labels:
- change
- title: Fixed 🐛
labels:
- fix
- bug
- title: Dependencies 📦
labels:
- dependencies
- title: Docs 📝
labels:
- documentation