Monument v0.13.4
·
296 commits
to master
since this release
Headline Features
- (#201) Print an extra header line every 50 compositions.
- (#200) Remove
debug_symboland calculate it automatically for bobs. - (#200) Replace
allow_falsewithrequire_truth. - (#185) Rename
ch_weightstocourse_weights, andcourse_headstocourses.
Internal Improvements
- (#167) Remove dependence on
serdefrom Monument's library. Now, all the handling of TOML files is inmonument_cli. - (#171) Don't store test cases in Markdown files, instead storing them all as individual TOML files. Apart from massively simplifying the code, this also means that all test cases can be easily run directly from the command line (a very useful feature for debugging).
- (#172) Test Monument's
stdoutoutput, rather than driving the library directly. - (no PR) Fix test case path that was invalid on Windows.