- Features:
- `SourcePackage` generation is now done in a hook instead of at the module level in `package.py` files
- Packages may now request build-time network access using the `Environment.network_access` setter
- You can now automatically start a shell in the build chroot if the build fails using the `--shell-on-failure` flag
- Bug fixes:
- The artifacts directory is now deleted before the `source` command runs, mimicking the behavior of the `build` command