aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/depends-diff.py
Commit message (Collapse)AuthorAgeFilesLines
* depends-diff: only print changes if anyRobin Jarry2024-07-151-13/+16
| | | | | | | Only print the New, Updated and Removed sections if they contain changes. If there are no dependency changes, only print "none". Signed-off-by: Robin Jarry <robin@jarry.cc>
* release.sh: better list dependency changesRobin Jarry2024-06-181-0/+100
Instead of a dumb diff, add a script to render a pretty list of changed dependency versions. Separate the new and removed dependencies from the version updates. Signed-off-by: Robin Jarry <robin@jarry.cc>