v0.4.0
What's Changed
This is the first version where applications are formally bundled as an installable Python package. Other changes include:
- Package scripts as CLI applications by @djperrefort in #65
- Raise error for unknown resource type in crc-idle by @djperrefort in #69
- Decode returns from Shell commands by @djperrefort in #73
- Upgrade applications to use Python 3 features by @djperrefort in #83
- Add multiline doc support by @djperrefort in #85
- Require Python >= 3.7 in setup.py by @djperrefort in #87
- Disable WAL for DB queries by @djperrefort in #90
- Fix bug where ./crc-scancel hangs waiting for input by @djperrefort in #92
- Add pip extras for docs and tests by @djperrefort in #104
- Increase Length of squeue node availability reason by @Comeani in #101
- Add ix1 quota to applications by @djperrefort in #113
Full Changelog: v0.3.0...v0.4.0