0.3.4
What's Changed
- Use std::span by @ken-matsui in #617
- Reduce using
auto
by @ken-matsui in #618 - Refactor the resolver by @ken-matsui in #619
- Implement the graph command by @ken-matsui in #620
- Fix link problem with static linked libraries by @ken-matsui in #622
- Add UI tests for the init command by @ken-matsui in #624
- Test some commands on CI by @ken-matsui in #623
- Update commit hash of Ninja by @ken-matsui in #625
- Revert the commit hash of Ninja by @ken-matsui in #626
- Support specifying a compiler as a path like:
/home/linuxbrew/.linuxbrew/bin/g++-11
by @ken-matsui in #627 - Add tests for compiler::cxx by @ken-matsui in #628
- Add UI tests for the create command by @ken-matsui in #629
- Fix UI tests on CI by @ken-matsui in #630
Full Changelog: 0.3.3...0.3.4