Bork v5.0.0
Bork v5.0.0 is now available!
PyPI package: https://pypi.org/project/bork/5.0.0/
Docker image: https://hub.docker.com/r/duckinator/bork/
The ZipApp is available below, as bork.pyz.
You can help Bork by supporting me on GitHub Sponsors!
Changes:
- Release v5.0.0. (#183 by @duckinator)
- Enable the option to compress ZipApps. (#182 by @duckinator)
- Allow configuring files uploaded GitHub Releases and update documentation. (5.0.0b6) (#181 by @duckinator)
- Replace usage of distutils.version with packaging.version. (#180 by @duckinator)
- Extract remaining CI-only tests from .cirrus.yml into tests/test_repos.py. (#179 by @duckinator)
- Allow specifying project name explicitly (defaults to
<repo>
in<owner>/<repo>
) (5.0.0b5) (#178 by @duckinator) - More improvements on GitHub Releases (v5.0.0b4) (#177 by @duckinator)
- Fix automation + improve Github Releases support (v5.0.0b3) (#175 by @duckinator)
- GitHub Release support/v5.0.0b2 (#174 by @duckinator)
- Attempt adding GitHub Release support (#173 by @duckinator)
- [CI] Fix
docker push
calls. (#172 by @duckinator)