- Add dependency on setuptools for python >= 3.12 to get access to pkg_resources.
- Sort dependencies alphabetically in --verbose
- Use ssort to topologically sort code
- Update 3.11-dev to 3.11 on TravisCI
- Remove support for Python 3.5 and 3.6
- Update README.rst with --no-chill switch
- Bump version to 1.0.2
- Add no-chill option so that pip-chill is not shown as installed
- Do Linux tests on Focal where possible (2.7 and 3.7 on ppc64le and s390x, 2.7 on arm64 run Bionic)
- Fix wrong URLs in CONTRIBUTING.rst
- Add 3.7, 3.8, 3.9 to ppc64le and s390x, 3.10-dev to Linux, macOS
- Rename nightly as 3.10-dev
- Add explicit amd64 arch to amd64
- Fix failing flake8 test
- Bump version to 1.0.1
- Remove dependency on Click (stay 100% within stdlib)
- Add 3.8 tests for Tox
- Add new tests
- Add arm, ppc64le, and s390x to architectures being tested
- Bump version to 1.0.0
- New -a shortcut for --all
- Internal fixes - use assert methods in tests, improve markdown.
- Testing improvements (using TravisCI matrix, new base image, etc)
- Small documentation improvements
- Fixes, compatibility with Python 2.7, 3.6, 3.7
- Added a verbose command-line switch (fixed #3)
- Added pkg-resources to packages not shown by default.
- Added an --all switch.
- Do not show wheel and setuptools unless --all is invoked.
- Better testing, more of the cookiecutter infrastructure enabled.
- Added a --no-version switch.
- First release on PyPI.