Skip to content

Releases: conda/conda-content-trust

0.2.0

30 Aug 21:04
ee5f705
Compare
Choose a tag to compare

Enhancements

  • Improve compatibility with cryptography>=41. (#56)
  • Convert setup.py/setuptools build backend to pyproject.toml/hatchling. (#62)
  • Add canary builds. (#68)

Deprecations

  • Drop Python 2 support. (#37)
  • Remove unused conda_content_trust.encryption. (#38)

Other

  • Enable pre-commit for linting and auto-formatting. (#35)
  • Replace darker with black pre-commit hook. (#58)
  • Add isort pre-commit hook. (#58)
  • Increase test coverage. (#69, #71, #72, #75)
  • Increase test coverage by removing unreachable/unused code. (#72, #74)

Contributors

Full Changelog: 0.1.3...0.2.0

0.1.3

12 May 20:12
Compare
Choose a tag to compare

conda-content-trust 0.1.3

  • removed versioneer (unnecessary complexity for this small project)
  • minor doc improvements
  • minor sdist metadata additions and improvements