Skip to content

v0.4.0-beta

Compare
Choose a tag to compare
@j178 j178 released this 26 Mar 09:32
· 264 commits to master since this release

This version, we implemented a unified local testing framework (see #112 ), and rewrited the Go local testing, added CPP local testing (thanks @w43322 ).

And must noted that we changed the code template, you will need to remove the previous global config and generate a new one:

rm ~/.config/leetgo/config.yaml
leetgo init

Changelog

Features

Bug fixes

Others