Bork v6.0.1
Bork v6.0.1 is now available!
Thank you to everyone who helped test v6.0.0b1. There was no stable v6.0.0, because of problems with the automated release process.
Thank you very much @nbraud and @AstraLuma for all of your contributions!
PyPI package: https://pypi.org/project/bork/6.0.1/
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 Patreon!
I appreciate everyone's patience while I got this release out the door. I know two years is a long time to wait, especially given some of the problems folks were having from how strictly dependency versions were pinned in v5.1.0. ❤️
Changes:
- Bump version to v6.0.1 (v6.0.0 release failed) (#293 by @duckinator)
- Update BORK_GITHUB_TOKEN so releases work (#292 by @duckinator)
- Create SECURITY.md (#291 by @duckinator)
- Fix linting errors related to implicit
Optional[]
. (#288 by @duckinator) - Bump version to v6.0.0. (#285 by @duckinator)
- Switch lint task to Python 3.10 (#281 by @duckinator)
- Update RELEASING.md (#277 by @duckinator)
- Update BORK_RELEASE_TEMPLATE.md (#276 by @duckinator)
- [CI] update Python and macOS versions (#272 by @duckinator)
- Fix mypy errors that somehow cropped up all of a sudden? (#271 by @duckinator)
- setup.cfg: Loosen requirements (#270 by @AstraLuma)
- Bump version to v6.0.0b1 (#262 by @duckinator)
- Update twine to 3.4.1 (#261 by @pyup-bot)
- Update twine to 3.4.0 (#260 by @pyup-bot)
- Update importlib_metadata to 3.7.3 (#259 by @pyup-bot)
- Update pep517 to 0.10.0 (#258 by @pyup-bot)
- Drop Python 3.6 support. (#257 by @duckinator)
- Handle legacy setuptools projects (#247 by @AstraLuma)
- Update CI to account for master->main rename (#248 by @duckinator)
- Update pytest to 6.2.2 (#244 by @pyup-bot)
- Update packaging to 20.9 (#245 by @pyup-bot)
- Update importlib_metadata to 3.4.0 (#243 by @pyup-bot)
- Be more helpful when pyproject.toml is missing (#240 by @nbraud)
- Add a
dependencies
command, which dumps the list of dependencies (#241 by @nbraud) - CI: Add FreeBSD CI for Python 3.9 (#239 by @nbraud)
- Define “success” as a single CI task, refactor Bors & release config (#237 by @nbraud)
- Switch to using
build
(instead ofpep517
) (#233 by @nbraud) - Update CI for new Python versions (#234 by @nbraud)
- Fix CI (#235 by @nbraud)
- run: Deal with lists being put in the configuration file (#232 by @nbraud)
- Update pep517 to 0.9.1 (#207 by @pyup-bot)
- Update twine to 3.3.0 (#231 by @pyup-bot)
- Update pytest to 6.2.1 (#229 by @pyup-bot)