Changed
- Fetch: support rate limiting by @mhuang74 in #133
- Runtime minimum version check for Python 3.7 if
python
feature is enabled in #138 - Fine-tuned GitHub Actions publish workflow for pre-built binaries
- removed upx compression, as it was creating invalid binaries on certain platforms
- enabled
python
feature on x86_64 platforms as we have access to the Python interpreter on GitHub's Action runners - include both
qsv
andqsvlite
in the distribution zip file
- Formatted Cargo.toml with Even Better TOML VS code extension
- changed Cargo.toml categories and keywords
- removed patch version number from Cargo.toml dependencies. Let cargo do its semver dependency magic, and we include the Cargo.lock file anyway.
Added
- added example of Python f-string formatting to
py
help text - added Python f-string formatting test
- Added note in README about enabled features in pre-built binaries
Deleted
- Removed NEW and EXTENDED indicators in README
Full Changelog: 0.27.1...0.28.0