File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 echo " git checkout -b release_$VERSION "
4343 echo " git add debian/changelog"
4444 echo " git commit -m 'Update debian changelog for release $VERSION '"
45- echo " git git push --set-upstream origin release_$VERSION "
45+ echo " git push --set-upstream origin release_$VERSION "
4646 exit 0
4747fi
4848
Original file line number Diff line number Diff line change 1+ kattis-problemtools (1.20260305) noble; urgency=medium
2+
3+ [ Gunnar Kreitz ]
4+ * Improve release instructions a bit
5+ * Remove lualatex installation from workflow, as githubci docker image has been updated.
6+ * Improve README based on feedback in #374
7+
8+ [ Matistjati ]
9+ * Better grader error display
10+ * Minor fixes
11+ * Check if there are incorrect submission directories
12+ * Add TODO to parse submissions.yaml
13+ * Remove support for multiple graders
14+ * Use f-string
15+ * Rewrite some if:s to be more DRY
16+ * Better error message for compile error
17+
18+ [ Etienne Vouga ]
19+ * Fix missing header
20+
21+ [ Matistjati ]
22+ * Only compile multithread compile submissions actually used by -s
23+ * Add back multithreaded output validator compilation
24+
25+ [ Arnar Bjarni Arnarson ]
26+ * Don't crash on non UTF-8 input files in the modified file checks.
27+ * Change to UnicodeEncodeError on write
28+ * Remove second try/except
29+
30+ -- Gunnar Kreitz <gkreitz@kattis.com> Thu, 05 Mar 2026 13:22:03 +0100
31+
132kattis-problemtools (1.20251128) noble; urgency=medium
233
334 [ Matistjati ]
You can’t perform that action at this time.
0 commit comments