Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 00:13
7813bb0

v0.2.0 (2020-07-22)

Fix

  • use correct name for variable.

Refactor

  • improve logging and comments

Feat

  • switch application service to deploy from a version rather than build it first.

v0.1.0 (2020-07-20)

Fix

  • do not truncate release notes when gathering them
  • include recent changes in the release notes.
  • release: correct path to archive and initialization of version
  • additional incorrect path for version.txt
  • incorrect path for version.txt
  • workaround issue with hashes on editable deps. pip does not allow hashes on "editable" deps (i.e. deps on repos like django-storages) cf.: pypa/pip#4995

Refactor

  • convert dependencies to dev deps where possible

Feat

  • release: add support for automated releases