Skip to content

Releases: online-judge-tools/verification-helper

v5.6.0

29 May 20:36
54e07a6
Compare
Choose a tag to compare
  • #387 allow users to use AtCoder's system cases

v5.5.3

14 Mar 18:41
7a6d2c2
Compare
Choose a tag to compare
  • #381 remove garbage output which is printed only on macOS

v5.5.2

06 Mar 07:52
28f6bb9
Compare
Choose a tag to compare

v5.5.1

09 Feb 03:45
e80503f
Compare
Choose a tag to compare
  • #374 fix the error which happens when root source files are not included for Rust packages (@kuretchi)

v5.5.0

22 Jan 18:20
2d8a208
Compare
Choose a tag to compare
  • #369 add links from generated documents to GitHub Actions when some tests fails

v5.4.1

02 Jan 06:29
c73a7ff
Compare
Choose a tag to compare
  • #363 fix the bug that GitHub Pages was not updated when main branch is the default

v5.4.0

30 Dec 06:03
3d65463
Compare
Choose a tag to compare
  • #346 add Rust support (@qryxip)
  • #355 suppress the flickering of links in generated documents
  • #356 set timeout for the dependency analysis of Python files

v5.3.0

14 Nov 17:58
cee2c43
Compare
Choose a tag to compare

v5.2.1

14 Oct 13:11
ec1809d
Compare
Choose a tag to compare
  • #333 remove .verify-helper/.gitignore if exists in users' git repository

v5.2.0

28 Sep 13:09
d15e449
Compare
Choose a tag to compare
  • #324 speed up analyzing C++ code. A heavy internal function becomes 7x faster. (@beet-aizu)
  • #328 sort links on documents (@beet-aizu)
  • #329 update the document and specification of documentation_of path for Markdown document
  • #330 fix the document generation for AtCoder Library