Skip to content

Releases: iliapolo/pyci

0.8.3

16 Dec 22:20
Compare
Choose a tag to compare

Changes

Bug Fixes:

  • Upload artifacts to a draft-release, so watchers will not be notified prematurely (Issue)

Dangling Commits:

  • Bump version to 0.8.3 (Commit)

0.8.2

07 Dec 16:33
Compare
Choose a tag to compare

Changes

New Features:

  • Custom %PROGRAM_FILES% directory (Issue)

Bug Fixes:

  • Windows installer creates the executable under the wrong name (Issue)

Dangling Commits:

  • Bump version to 0.8.2 (Commit)

0.8.0

03 Aug 13:22
Compare
Choose a tag to compare

Changes

New Features:

  • Support referencing multiple issues from a PR (Issue)

Dangling Commits:

  • Bump version to 0.8.0 (Commit)

0.7.3

21 Jul 15:42
Compare
Choose a tag to compare

Changes

Bug Fixes:

  • Misleading error message when default branch is not 'release' (Issue)

Dangling Commits:

  • Bump version to 0.7.3 (Commit)

  • Remove file that accidentaly commmited (Commit)

0.7.2

21 Jul 12:29
Compare
Choose a tag to compare

Changes

Bug Fixes:

  • PyPI credentials are required even when we are not publishing to PyPI (Issue)

Dangling Commits:

  • Bump version to 0.7.2 (Commit)

0.7.1

20 Jul 13:57
Compare
Choose a tag to compare

Changes

New Features:

  • Detect entrypoint from setup.py (Issue)

Dangling Commits:

  • Bump version to 0.7.1 (Commit)

0.7.0

05 Jul 10:59
Compare
Choose a tag to compare

Changes

New Features:

  • Add windows installer packaging (Issue)

Dangling Commits:

  • Bump version to 0.7.0 (Commit)

0.6.1

29 Jun 23:40
Compare
Choose a tag to compare

Changes

New Features:

  • Add support for not uploading to PyPI when releasing (Issue)

Dangling Commits:

0.6.0

28 Jun 08:40
Compare
Choose a tag to compare

Changes

New Features:

  • Add base sha option for changelog generation and release (Issue)

Dangling Commits:

  • Bump version to 0.6.0 (Commit)

0.5.2

22 Jun 20:14
Compare
Choose a tag to compare

Changes

New Features:

  • Support binary packaging for projects with requirements.txt instead of setup.py (Issue)

Dangling Commits:

  • Bump version to 0.5.2 (Commit)

  • Bring back pyenv cache in travis since it takes forever to install (Commit)

  • Upgrade versions of requests and jinja2 due to security alerts (#36) (Commit)

  • Fix release command to use a custom entry point because the packager no longer (intentionally) detects it (Commit)

  • Remove caches from CI builds - they currently cause more problems than they solve (Commit)