No source code changed in this release, but the release will be rebuilt by a modern stack, which should make the entry point visible to tools like pipx. Metadata and build infra was also tweaked, and we now require Python 3.8 or higher.
1.8.0
- Add --tempdir flag for CLI (thank you ropeladder !)
1.7.0
1.6.4
- feat: add a `--version` command line argument (dc0ddf5acf)
1.6.3
Fixes
- restore the entry point, so that you can run again from the command line (1bde4171ab5970c42dcec353b9052eb37ca0996c)
1.6.2
Fixes
* Polyfill nullcontext to restore compatibility with py3.6. (95155617) * Document compatibility with Python versions. (95155617) * Correct URL in setup.py (3342f11a)