Skip to content

Releases: evansde77/cirrus

Release 0.2.41

21 Jan 17:15
Compare
Choose a tag to compare

Bugfix with iteritems in release command that was breaking py3

Release 0.2.40

07 Oct 16:03
Compare
Choose a tag to compare

Adds support for

  • Overriding gitconfig location via CIRRUS_GITCONFIG env variable
  • Prefixing the package name in docker tags for example //:tag using package_prefix in the docker section of cirrus.conf

Release 0.2.38

29 Nov 15:22
Compare
Choose a tag to compare

Fix bug in tox.ini template that had a py3.6 format instead of py36 and made tox default to using system python for all test envs

Release 0.2.37

28 Nov 18:36
Compare
Choose a tag to compare

Pin twine to 1.11.0 while fixing #211 bug

Release 0.2.36

01 Nov 13:44
Compare
Choose a tag to compare

Default to adding gitignore to new packages in git cirrus package init command

Release 0.2.35

31 Oct 19:12
Compare
Choose a tag to compare

Add --skip-existing option to release new to avoid conflicts with pending/abandoned releases
Improve the release status command to list unmerged releases when on develop or master rather than try to work out status for those branches as if they were release branches

Release 0.2.34

22 Aug 15:24
Compare
Choose a tag to compare

Bugfix for conda -V writing to stderr instead of stdout

Release 0.2.33

21 Aug 17:01
Compare
Choose a tag to compare

Bugfix for package command writing gitignore file in python3

Release 0.2.32

06 Aug 14:13
Compare
Choose a tag to compare

Allow dashes in the pypi-package-name arg in the package command
Fix some overlooked python2-3 changes in the plusone command

Release 0.2.31

22 Jun 14:18
Compare
Choose a tag to compare

Refactor of the cirrus qc command to be more plugin based, with support for pep8/pycodestyle, pyflakes, pylint and coverage in the qc command that can be used to verify code quality for the repo and use it as a barrier for CI processes if metrics drop below thresholds configured in the cirrus.conf file for the package.