0.2.1: Testing, testing
What's Changed
- Configure static builds. by @robinheghan in #166
- Exposing variants should bump only minor version by @BendingBender in #174
- Forbid make output for package type projects by @BendingBender in #171
- Add BendingBender to contributors by @BendingBender in #175
- Update build by @robinheghan in #176
- Bump ormolu by @robinheghan in #177
- Local disk dependencies by @robinheghan in #169
- No caching for local deps by @robinheghan in #181
- Verify kernel code packages by @robinheghan in #182
- Validate now checks that package doesn't contain any local dependencies. by @robinheghan in #183
- Fix spelling by @stigkj in #188
- format: Fix unicode escapes in string literals by @avh4 in #195
- Improve error message for kernel pkg with unsigned commit by @robinheghan in #196
- Ignore package cache when verifying local dependency. by @robinheghan in #197
- Detect bad package name for local dep by @robinheghan in #199
- Refuse to compile a dependency with local dependencies. by @robinheghan in #200
New Contributors
- @BendingBender made their first contribution in #174
- @stigkj made their first contribution in #188