Releases: j-tai/coman
Releases · j-tai/coman
v0.3.1
v0.3.0
- Output in stderr is now displayed for failing tests
- Support multiple solutions for the same problem, using file names like
problem1.solution1.cpp
,problem1.another.cpp
, etc. - Add
coman init
command to initialize a project with a defaultComan.toml
- Tests are now sorted numerically (e.g., "2" now comes before "10")
- Improved error reporting