Skip to content

Commit d614178

Browse files
authored
Merge pull request #394 from gkreitz/release_1.20260305
Release 1.20260305
2 parents 901d7e9 + cde86d2 commit d614178

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

admin/make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else
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
4747
fi
4848

debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
kattis-problemtools (1.20251128) noble; urgency=medium
233

334
[ Matistjati ]

0 commit comments

Comments
 (0)