Releases: omegaup/libinteractive
Releases · omegaup/libinteractive
v2.0.33
v2.0.32
Improving matching in tests (#39) Previously if we had an error running the tests, only the first test would appear in the output. This change makes it such that all cases do appear.
v2.0.31
Improve test failure diangostics (#38) Test failures are hard to debug because we don't output enough information. This change should add a bit more clarity to the errors.
v2.0.30
Stop using `perror(3)` to print errors (#36) These errors don't come with a lot of context and are pretty unwieldy for debugging.
v2.0.29
Fix CI The `github-tag-action` needed to be upgraded
v2.0.28
Stop launching an external console window for VSCode This change makes it such that the debugged process now runs in a tab instead of an external window. This is needed because VSCode-in-WSL cannot launch an external console window, which breaks the experience completely.
v2.0.27
Fixing release version (#33) This change ensures that the tag that sbt sees is the correct one.
v2.0.26
Use GitHub Actions instead of Travis CI This change uses GitHub Actions to automate the release process as much as possible.