Releases: codewars/riscv
Releases · codewars/riscv
RV64 0.0.5
Rebuilding the image for GCC 11.3 with RISC-V bug fixes.
What's Changed
- Install qemu-user-static from .deb by @kazk in #9
- Enable various extra extensions for QEMU and GCC by @dramforever in #7
New Contributors
- @dramforever made their first contribution in #7
Full Changelog: rv64-0.0.4...rv64-0.0.5
RV64 0.0.4
- Reduce image size (#5)
RV64 0.0.3
Improve Cgreen Reporter (#4)
- Fix exit code by setting
total_failures
- Fix function names
- Only output
<PASSED::>
once per test - Report unexpected test termination
- Fail tests without assertions
RV64 0.0.2
- Include reporter and
main
in the image (#3)
RV64 0.0.1
Initial release