0.8.0
What's Changed
- Add install make command & version from poac.toml by @ken-matsui in #802
- Automatically propagate the version in poac.toml by @ken-matsui in #803
- reorganize
#include
s by @yaito3014 in #804 - Use contains instead of count for code clarity by @ken-matsui in #805
- Rename CFLAGS to CXXFLAGS by @ken-matsui in #806
- Improve edition validation by @ken-matsui in #807
- Use emplace_back instead of push_back by @ken-matsui in #808
- Remove redundant path for includes and lint improvements by @ken-matsui in #809
- Avoid using
using namespace
for string literals by @ken-matsui in #810 - Simplify BuildConfig by @ken-matsui in #811
- Implement semver parser & improve binary dependency analysis by @ken-matsui in #812
- use usize by @yaito3014 in #814
- Support parallel builds by @ken-matsui in #816
- Reduce test outputs by @ken-matsui in #817
- Support finding poac.toml in parent directories by @ken-matsui in #818
- Validate git dependencies by @ken-matsui in #819
- Enable parallel tests by @ken-matsui in #820
- Implement VersionReq parser by @ken-matsui in #821
- Bump actions/checkout from 3 to 4 by @dependabot in #823
- Improve keyword handling by @ken-matsui in #825
- Correctly handle build dependencies by @ken-matsui in #826
- Support system dependencies by @ken-matsui in #827
New Contributors
- @yaito3014 made their first contribution in #804
Full Changelog: 0.7.0...0.8.0