Changed
- Validate: bug fixes by @mhuang74 in #151
- Python 3.8 (current stable version) is now required for the
py
command. Changed from Python 3.7. - bumped jsonschema dependency to 0.15.
- always build/publish with
--locked
flag in CI/CD. - enclose environment variable values with double quotes when using
--envlist
option - use more captured identifiers in format strings.
Added
- added
--helper
option topy
command. This allows users to load a python user helper script as a module namedqsv_uh
. Example - added support for last N records in
slice
command by allowing negative values for theslice --start
option. - added progress bar to
py
command.
Full Changelog: 0.30.1...0.31.0